#AFE3F2

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

Shades of Blizzard Blue #AFE3F2

Tints of Blizzard Blue #AFE3F2

Color information

#AFE3F2 (or 0xAFE3F2) is unknown color: approx Blizzard Blue. HEX triplet: AF, E3 and F2. RGB value is (175,227,242). Sum of RGB (Red+Green+Blue) = 175+227+242=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFE3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE3F2 is #501C0D. Grayscale: #D5D5D5. Windows color (decimal): -5250062 or 15917999. OLE color: 15917999.

HSL color Cylindrical-coordinate representation of color #AFE3F2: hue angle of 193.43º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFE3F2 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175227242-
CMYK0.280.0600.05
HSL193.43º72.04%81.76%-
HSV(B)193.43º27.69%94.9%-
XYZ61.1870.4694.38-
YUV213.16144.27100.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.17%
GREEN value IS 227 (89.06% from 255) = 35.25%
BLUE value IS 242 (94.92% from 255) = 37.58%
R=27.17%
G=35.25%
B=37.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752272420.280.0600.05193.4372.0481.76
HexAFE3F21C605c14852
Octal25734336234605301110122
Binary1010111111100011111100101110011001011100000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE3F2; }

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

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

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

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

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

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

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

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