#AFE3F7

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

Shades of Blizzard Blue #AFE3F7

Tints of Blizzard Blue #AFE3F7

Color information

#AFE3F7 (or 0xAFE3F7) is unknown color: approx Blizzard Blue. HEX triplet: AF, E3 and F7. RGB value is (175,227,247). Sum of RGB (Red+Green+Blue) = 175+227+247=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFE3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE3F7 is #501C08. Grayscale: #D5D5D5. Windows color (decimal): -5250057 or 16245679. OLE color: 16245679.

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

Color convert

RGB175227247-
CMYK0.290.0800.03
HSL196.67º81.82%82.75%-
HSV(B)196.67º29.15%96.86%-
XYZ61.9470.7798.39-
YUV213.73146.77100.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 227 (89.06% from 255) = 34.98%
BLUE value IS 247 (96.88% from 255) = 38.06%
R=26.96%
G=34.98%
B=38.06%

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
Decimal1752272470.290.0800.03196.6781.8282.75
HexAFE3F71D803c55253
Octal257343367351003305122123
Binary1010111111100011111101111110110000111100010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE3F7; }

 p { color: rgb(175,227,247); }

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

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

 a { background-color: rgb(175,227,247); }

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

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

 span { border-color: rgb(175,227,247); }

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