#AFE4F8

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

Shades of Blizzard Blue #AFE4F8

Tints of Blizzard Blue #AFE4F8

Color information

#AFE4F8 (or 0xAFE4F8) is unknown color: approx Blizzard Blue. HEX triplet: AF, E4 and F8. RGB value is (175,228,248). Sum of RGB (Red+Green+Blue) = 175+228+248=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFE4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4F8 is #501B07. Grayscale: #D6D6D6. Windows color (decimal): -5249800 or 16311471. OLE color: 16311471.

HSL color Cylindrical-coordinate representation of color #AFE4F8: hue angle of 196.44º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFE4F8 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175228248-
CMYK0.290.0800.03
HSL196.44º83.91%82.94%-
HSV(B)196.44º29.44%97.25%-
XYZ62.3771.3899.3-
YUV214.43146.9499.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.88%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 248 (97.27% from 255) = 38.10%
R=26.88%
G=35.02%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752282480.290.0800.03196.4483.9182.94
HexAFE4F81D803c45453
Octal257344370351003304124123
Binary1010111111100100111110001110110000111100010010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4F8; }

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

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

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

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

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

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

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

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