#ace8f7

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

Shades of Blizzard Blue #ACE8F7

Tints of Blizzard Blue #ACE8F7

Color information

#ACE8F7 (or 0xACE8F7) is unknown color: approx Blizzard Blue. HEX triplet: AC, E8 and F7. RGB value is (172,232,247). Sum of RGB (Red+Green+Blue) = 172+232+247=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACE8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE8F7 is #531708. Grayscale: #D7D7D7. Windows color (decimal): -5445385 or 16246956. OLE color: 16246956.

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

Color convert

RGB172232247-
CMYK0.300.0600.03
HSL192º82.42%82.16%-
HSV(B)192º30.36%96.86%-
XYZ62.6673.298.82-
YUV215.77145.6296.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.42%
GREEN value IS 232 (91.02% from 255) = 35.64%
BLUE value IS 247 (96.88% from 255) = 37.94%
R=26.42%
G=35.64%
B=37.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722322470.300.0600.0319282.4282.16
HexACE8F71E603c05252
Octal25435036736603300122122
Binary101011001110100011110111111101100111100000010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ace8f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ace8f7; }

 p { color: rgb(172,232,247); }

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

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

 a { background-color: rgb(172,232,247); }

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

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

 span { border-color: rgb(172,232,247); }

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