#AFE7F1

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

Shades of Blizzard Blue #AFE7F1

Tints of Blizzard Blue #AFE7F1

Color information

#AFE7F1 (or 0xAFE7F1) is unknown color: approx Blizzard Blue. HEX triplet: AF, E7 and F1. RGB value is (175,231,241). Sum of RGB (Red+Green+Blue) = 175+231+241=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFE7F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE7F1 is #50180E. Grayscale: #D7D7D7. Windows color (decimal): -5249039 or 15853487. OLE color: 15853487.

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

Color convert

RGB175231241-
CMYK0.270.0400.05
HSL189.09º70.21%81.57%-
HSV(B)189.09º27.39%94.51%-
XYZ62.1372.6293.96-
YUV215.4142.4599.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 231 (90.62% from 255) = 35.70%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=27.05%
G=35.70%
B=37.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752312410.270.0400.05189.0970.2181.57
HexAFE7F11B405bd4652
Octal25734736133405275106122
Binary1010111111100111111100011101110001011011110110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE7F1; }

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

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

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

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

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

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

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

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