#AFE8FD

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

Shades of Blizzard Blue #AFE8FD

Tints of Blizzard Blue #AFE8FD

Color information

#AFE8FD (or 0xAFE8FD) is unknown color: approx Blizzard Blue. HEX triplet: AF, E8 and FD. RGB value is (175,232,253). Sum of RGB (Red+Green+Blue) = 175+232+253=660 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.52% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFE8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8FD is #501702. Grayscale: #D9D9D9. Windows color (decimal): -5248771 or 16640175. OLE color: 16640175.

HSL color Cylindrical-coordinate representation of color #AFE8FD: hue angle of 196.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFE8FD is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175232253-
CMYK0.310.0800.01
HSL196.15º95.12%83.92%-
HSV(B)196.15º30.83%99.22%-
XYZ64.2773.92103.81-
YUV217.35148.1297.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.52%
GREEN value IS 232 (91.02% from 255) = 35.15%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=26.52%
G=35.15%
B=38.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752322530.310.0800.01196.1595.1283.92
HexAFE8FD1F801c45f54
Octal257350375371001304137124
Binary101011111110100011111101111111000011100010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE8FD; }

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

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

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

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

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

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

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

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