#AFE3F1

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

Shades of Blizzard Blue #AFE3F1

Tints of Blizzard Blue #AFE3F1

Color information

#AFE3F1 (or 0xAFE3F1) is unknown color: approx Blizzard Blue. HEX triplet: AF, E3 and F1. RGB value is (175,227,241). Sum of RGB (Red+Green+Blue) = 175+227+241=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFE3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE3F1 is #501C0E. Grayscale: #D4D4D4. Windows color (decimal): -5250063 or 15852463. OLE color: 15852463.

HSL color Cylindrical-coordinate representation of color #AFE3F1: hue angle of 192.73º 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 #AFE3F1 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175227241-
CMYK0.270.0600.05
HSL192.73º70.21%81.57%-
HSV(B)192.73º27.39%94.51%-
XYZ61.0370.493.59-
YUV213.05143.77100.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.22%
GREEN value IS 227 (89.06% from 255) = 35.30%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=27.22%
G=35.30%
B=37.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752272410.270.0600.05192.7370.2181.57
HexAFE3F11B605c14652
Octal25734336133605301106122
Binary1010111111100011111100011101111001011100000110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE3F1; }

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

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

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

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

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

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

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

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