#AFE4F9

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

Shades of Blizzard Blue #AFE4F9

Tints of Blizzard Blue #AFE4F9

Color information

#AFE4F9 (or 0xAFE4F9) is unknown color: approx Blizzard Blue. HEX triplet: AF, E4 and F9. RGB value is (175,228,249). Sum of RGB (Red+Green+Blue) = 175+228+249=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFE4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4F9 is #501B06. Grayscale: #D6D6D6. Windows color (decimal): -5249799 or 16377007. OLE color: 16377007.

HSL color Cylindrical-coordinate representation of color #AFE4F9: hue angle of 197.03º 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 #AFE4F9 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175228249-
CMYK0.300.0800.02
HSL197.03º86.05%83.14%-
HSV(B)197.03º29.72%97.65%-
XYZ62.5271.44100.12-
YUV214.55147.4499.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.84%
GREEN value IS 228 (89.45% from 255) = 34.97%
BLUE value IS 249 (97.66% from 255) = 38.19%
R=26.84%
G=34.97%
B=38.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752282490.300.0800.02197.0386.0583.14
HexAFE4F91E802c55653
Octal257344371361002305126123
Binary1010111111100100111110011111010000101100010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4F9; }

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

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

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

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

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

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

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

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