#AFE7F3

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

Shades of Blizzard Blue #AFE7F3

Tints of Blizzard Blue #AFE7F3

Color information

#AFE7F3 (or 0xAFE7F3) is unknown color: approx Blizzard Blue. HEX triplet: AF, E7 and F3. RGB value is (175,231,243). Sum of RGB (Red+Green+Blue) = 175+231+243=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFE7F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE7F3 is #50180C. Grayscale: #D7D7D7. Windows color (decimal): -5249037 or 15984559. OLE color: 15984559.

HSL color Cylindrical-coordinate representation of color #AFE7F3: hue angle of 190.59º degrees, saturation: 0.74, 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 #AFE7F3 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175231243-
CMYK0.280.0500.05
HSL190.59º73.91%81.96%-
HSV(B)190.59º27.98%95.29%-
XYZ62.4372.7495.54-
YUV215.62143.4599.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 231 (90.62% from 255) = 35.59%
BLUE value IS 243 (95.31% from 255) = 37.44%
R=26.96%
G=35.59%
B=37.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752312430.280.0500.05190.5973.9181.96
HexAFE7F31C505bf4a52
Octal25734736334505277112122
Binary1010111111100111111100111110010101011011111110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE7F3; }

 p { color: rgb(175,231,243); }

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

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

 a { background-color: rgb(175,231,243); }

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

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

 span { border-color: rgb(175,231,243); }

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