#AFE5F2

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

Shades of Blizzard Blue #AFE5F2

Tints of Blizzard Blue #AFE5F2

Color information

#AFE5F2 (or 0xAFE5F2) is unknown color: approx Blizzard Blue. HEX triplet: AF, E5 and F2. RGB value is (175,229,242). Sum of RGB (Red+Green+Blue) = 175+229+242=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFE5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5F2 is #501A0D. Grayscale: #D6D6D6. Windows color (decimal): -5249550 or 15918511. OLE color: 15918511.

HSL color Cylindrical-coordinate representation of color #AFE5F2: hue angle of 191.64º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFE5F2 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175229242-
CMYK0.280.0500.05
HSL191.64º72.04%81.76%-
HSV(B)191.64º27.69%94.9%-
XYZ61.7371.5694.56-
YUV214.34143.6199.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.09%
GREEN value IS 229 (89.84% from 255) = 35.45%
BLUE value IS 242 (94.92% from 255) = 37.46%
R=27.09%
G=35.45%
B=37.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752292420.280.0500.05191.6472.0481.76
HexAFE5F21C505c04852
Octal25734536234505300110122
Binary1010111111100101111100101110010101011100000010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5F2; }

 p { color: rgb(175,229,242); }

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

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

 a { background-color: rgb(175,229,242); }

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

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

 span { border-color: rgb(175,229,242); }

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