#ACEAF8

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

Shades of Blizzard Blue #ACEAF8

Tints of Blizzard Blue #ACEAF8

Color information

#ACEAF8 (or 0xACEAF8) is unknown color: approx Blizzard Blue. HEX triplet: AC, EA and F8. RGB value is (172,234,248). Sum of RGB (Red+Green+Blue) = 172+234+248=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACEAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAF8 is #531507. Grayscale: #D8D8D8. Windows color (decimal): -5444872 or 16313004. OLE color: 16313004.

HSL color Cylindrical-coordinate representation of color #ACEAF8: hue angle of 191.05º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACEAF8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172234248-
CMYK0.310.0600.03
HSL191.05º84.44%82.35%-
HSV(B)191.05º30.65%97.25%-
XYZ63.3874.3999.83-
YUV217.06145.4695.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.30%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 248 (97.27% from 255) = 37.92%
R=26.30%
G=35.78%
B=37.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722342480.310.0600.03191.0584.4482.35
HexACEAF81F603bf5452
Octal25435237037603277124122
Binary101011001110101011111000111111100111011111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEAF8; }

 p { color: rgb(172,234,248); }

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

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

 a { background-color: rgb(172,234,248); }

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

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

 span { border-color: rgb(172,234,248); }

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