#ACE9F9

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

Shades of Blizzard Blue #ACE9F9

Tints of Blizzard Blue #ACE9F9

Color information

#ACE9F9 (or 0xACE9F9) is unknown color: approx Blizzard Blue. HEX triplet: AC, E9 and F9. RGB value is (172,233,249). Sum of RGB (Red+Green+Blue) = 172+233+249=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACE9F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE9F9 is #531606. Grayscale: #D8D8D8. Windows color (decimal): -5445127 or 16378284. OLE color: 16378284.

HSL color Cylindrical-coordinate representation of color #ACE9F9: hue angle of 192.47º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE9F9 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172233249-
CMYK0.310.0600.02
HSL192.47º86.52%82.55%-
HSV(B)192.47º30.92%97.65%-
XYZ63.2573.89100.55-
YUV216.58146.2996.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.30%
GREEN value IS 233 (91.41% from 255) = 35.63%
BLUE value IS 249 (97.66% from 255) = 38.07%
R=26.30%
G=35.63%
B=38.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722332490.310.0600.02192.4786.5282.55
HexACE9F91F602c05753
Octal25435137137602300127123
Binary101011001110100111111001111111100101100000010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE9F9; }

 p { color: rgb(172,233,249); }

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

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

 a { background-color: rgb(172,233,249); }

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

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

 span { border-color: rgb(172,233,249); }

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