#afe8f9

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

Shades of Blizzard Blue #AFE8F9

Tints of Blizzard Blue #AFE8F9

Color information

#AFE8F9 (or 0xAFE8F9) is unknown color: approx Blizzard Blue. HEX triplet: AF, E8 and F9. RGB value is (175,232,249). Sum of RGB (Red+Green+Blue) = 175+232+249=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFE8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8F9 is #501706. Grayscale: #D8D8D8. Windows color (decimal): -5248775 or 16378031. OLE color: 16378031.

HSL color Cylindrical-coordinate representation of color #AFE8F9: hue angle of 193.78º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFE8F9 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175232249-
CMYK0.300.0700.02
HSL193.78º86.05%83.14%-
HSV(B)193.78º29.72%97.65%-
XYZ63.6373.67100.49-
YUV216.9146.1298.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.68%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 249 (97.66% from 255) = 37.96%
R=26.68%
G=35.37%
B=37.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752322490.300.0700.02193.7886.0583.14
HexAFE8F91E702c25653
Octal25735037136702302126123
Binary101011111110100011111001111101110101100001010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afe8f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afe8f9; }

 p { color: rgb(175,232,249); }

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

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

 a { background-color: rgb(175,232,249); }

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

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

 span { border-color: rgb(175,232,249); }

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