#AFE2F2

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

Shades of Blizzard Blue #AFE2F2

Tints of Blizzard Blue #AFE2F2

Color information

#AFE2F2 (or 0xAFE2F2) is unknown color: approx Blizzard Blue. HEX triplet: AF, E2 and F2. RGB value is (175,226,242). Sum of RGB (Red+Green+Blue) = 175+226+242=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFE2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE2F2 is #501D0D. Grayscale: #D4D4D4. Windows color (decimal): -5250318 or 15917743. OLE color: 15917743.

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

Color convert

RGB175226242-
CMYK0.280.0700.05
HSL194.33º72.04%81.76%-
HSV(B)194.33º27.69%94.9%-
XYZ60.969.9294.29-
YUV212.58144.6101.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.22%
GREEN value IS 226 (88.67% from 255) = 35.15%
BLUE value IS 242 (94.92% from 255) = 37.64%
R=27.22%
G=35.15%
B=37.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752262420.280.0700.05194.3372.0481.76
HexAFE2F21C705c24852
Octal25734236234705302110122
Binary1010111111100010111100101110011101011100001010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE2F2; }

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

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

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

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

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

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

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

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