#AFEAF6

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

Shades of Blizzard Blue #AFEAF6

Tints of Blizzard Blue #AFEAF6

Color information

#AFEAF6 (or 0xAFEAF6) is unknown color: approx Blizzard Blue. HEX triplet: AF, EA and F6. RGB value is (175,234,246). Sum of RGB (Red+Green+Blue) = 175+234+246=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFEAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEAF6 is #501509. Grayscale: #D9D9D9. Windows color (decimal): -5248266 or 16181935. OLE color: 16181935.

HSL color Cylindrical-coordinate representation of color #AFEAF6: hue angle of 190.14º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFEAF6 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175234246-
CMYK0.290.0500.04
HSL190.14º79.78%82.55%-
HSV(B)190.14º28.86%96.47%-
XYZ63.7474.6198.23-
YUV217.73143.9597.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.72%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=26.72%
G=35.73%
B=37.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752342460.290.0500.04190.1479.7882.55
HexAFEAF61D504be5053
Octal25735236635504276120123
Binary1010111111101010111101101110110101001011111010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEAF6; }

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

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

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

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

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

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

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

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