#ABE1F5

Color #ABE1F5 Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #ABE1F5

Tints of Blizzard Blue #ABE1F5

Color information

#ABE1F5 (or 0xABE1F5) is unknown color: approx Blizzard Blue. HEX triplet: AB, E1 and F5. RGB value is (171,225,245). Sum of RGB (Red+Green+Blue) = 171+225+245=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABE1F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1F5 is #541E0A. Grayscale: #D3D3D3. Windows color (decimal): -5512715 or 16114091. OLE color: 16114091.

HSL color Cylindrical-coordinate representation of color #ABE1F5: hue angle of 196.22º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABE1F5 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171225245-
CMYK0.300.0800.04
HSL196.22º78.72%81.57%-
HSV(B)196.22º30.2%96.08%-
XYZ60.269.196.55-
YUV211.13147.1199.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 26.68%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 245 (96.09% from 255) = 38.22%
R=26.68%
G=35.10%
B=38.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712252450.300.0800.04196.2278.7281.57
HexABE1F51E804c44f52
Octal253341365361004304117122
Binary10101011111000011111010111110100001001100010010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE1F5; }

 p { color: rgb(171,225,245); }

 H1.HeaderClassName
 {
   color: #ABE1F5;
 }
 .AnyTagClassName
 {
   color: #ABE1F5;
 }
</style>
background-color css

<style>
 a { background-color: #ABE1F5; }

 a { background-color: rgb(171,225,245); }

 div.DivClassName
 {
   background-color: #ABE1F5;
 }
 .BgClassName
 {
   background-color: #ABE1F5;
 }
</style>
border-color css

<style>
 span { border-color: #ABE1F5; }

 span { border-color: rgb(171,225,245); }

 td.TdClassName
 {
   border-color: #ABE1F5;
 }
 .TagClassName
 {
   border-color: #ABE1F5;
 }
</style>