#ACE7F9

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

Shades of Blizzard Blue #ACE7F9

Tints of Blizzard Blue #ACE7F9

Color information

#ACE7F9 (or 0xACE7F9) is unknown color: approx Blizzard Blue. HEX triplet: AC, E7 and F9. RGB value is (172,231,249). Sum of RGB (Red+Green+Blue) = 172+231+249=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACE7F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7F9 is #531806. Grayscale: #D7D7D7. Windows color (decimal): -5445639 or 16377772. OLE color: 16377772.

HSL color Cylindrical-coordinate representation of color #ACE7F9: hue angle of 194.03º 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 #ACE7F9 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172231249-
CMYK0.310.0700.02
HSL194.03º86.52%82.55%-
HSV(B)194.03º30.92%97.65%-
XYZ62.6972.76100.36-
YUV215.41146.9597.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.38%
GREEN value IS 231 (90.62% from 255) = 35.43%
BLUE value IS 249 (97.66% from 255) = 38.19%
R=26.38%
G=35.43%
B=38.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722312490.310.0700.02194.0386.5282.55
HexACE7F91F702c25753
Octal25434737137702302127123
Binary101011001110011111111001111111110101100001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE7F9; }

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

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

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

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

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

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

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

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