#AFEAF8

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

Shades of Blizzard Blue #AFEAF8

Tints of Blizzard Blue #AFEAF8

Color information

#AFEAF8 (or 0xAFEAF8) is unknown color: approx Blizzard Blue. HEX triplet: AF, EA and F8. RGB value is (175,234,248). Sum of RGB (Red+Green+Blue) = 175+234+248=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFEAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEAF8 is #501507. Grayscale: #D9D9D9. Windows color (decimal): -5248264 or 16313007. OLE color: 16313007.

HSL color Cylindrical-coordinate representation of color #AFEAF8: hue angle of 191.51º 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 #AFEAF8 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175234248-
CMYK0.290.0600.03
HSL191.51º83.91%82.94%-
HSV(B)191.51º29.44%97.25%-
XYZ64.0574.7499.86-
YUV217.96144.9597.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.64%
GREEN value IS 234 (91.80% from 255) = 35.62%
BLUE value IS 248 (97.27% from 255) = 37.75%
R=26.64%
G=35.62%
B=37.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752342480.290.0600.03191.5183.9182.94
HexAFEAF81D603c05453
Octal25735237035603300124123
Binary101011111110101011111000111011100111100000010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEAF8; }

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

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

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

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

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

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

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

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