#AFE4F6

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

Shades of Blizzard Blue #AFE4F6

Tints of Blizzard Blue #AFE4F6

Color information

#AFE4F6 (or 0xAFE4F6) is unknown color: approx Blizzard Blue. HEX triplet: AF, E4 and F6. RGB value is (175,228,246). Sum of RGB (Red+Green+Blue) = 175+228+246=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFE4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE4F6 is #501B09. Grayscale: #D6D6D6. Windows color (decimal): -5249802 or 16180399. OLE color: 16180399.

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

Color convert

RGB175228246-
CMYK0.290.0700.04
HSL195.21º79.78%82.55%-
HSV(B)195.21º28.86%96.47%-
XYZ62.0671.2597.67-
YUV214.2145.94100.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 228 (89.45% from 255) = 35.13%
BLUE value IS 246 (96.48% from 255) = 37.90%
R=26.96%
G=35.13%
B=37.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752282460.290.0700.04195.2179.7882.55
HexAFE4F61D704c35053
Octal25734436635704303120123
Binary1010111111100100111101101110111101001100001110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4F6; }

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

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

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

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

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

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

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

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