#AFE9F9

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

Shades of Blizzard Blue #AFE9F9

Tints of Blizzard Blue #AFE9F9

Color information

#AFE9F9 (or 0xAFE9F9) is unknown color: approx Blizzard Blue. HEX triplet: AF, E9 and F9. RGB value is (175,233,249). Sum of RGB (Red+Green+Blue) = 175+233+249=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFE9F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9F9 is #501606. Grayscale: #D9D9D9. Windows color (decimal): -5248519 or 16378287. OLE color: 16378287.

HSL color Cylindrical-coordinate representation of color #AFE9F9: hue angle of 192.97º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE9F9 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175233249-
CMYK0.300.0600.02
HSL192.97º86.05%83.14%-
HSV(B)192.97º29.72%97.65%-
XYZ63.9274.23100.58-
YUV217.48145.7897.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.64%
GREEN value IS 233 (91.41% from 255) = 35.46%
BLUE value IS 249 (97.66% from 255) = 37.90%
R=26.64%
G=35.46%
B=37.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752332490.300.0600.02192.9786.0583.14
HexAFE9F91E602c15653
Octal25735137136602301126123
Binary101011111110100111111001111101100101100000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9F9; }

 p { color: rgb(175,233,249); }

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

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

 a { background-color: rgb(175,233,249); }

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

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

 span { border-color: rgb(175,233,249); }

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