#ACE5F9

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

Shades of Blizzard Blue #ACE5F9

Tints of Blizzard Blue #ACE5F9

Color information

#ACE5F9 (or 0xACE5F9) is unknown color: approx Blizzard Blue. HEX triplet: AC, E5 and F9. RGB value is (172,229,249). Sum of RGB (Red+Green+Blue) = 172+229+249=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACE5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5F9 is #531A06. Grayscale: #D6D6D6. Windows color (decimal): -5446151 or 16377260. OLE color: 16377260.

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

Color convert

RGB172229249-
CMYK0.310.0800.02
HSL195.58º86.52%82.55%-
HSV(B)195.58º30.92%97.65%-
XYZ62.1371.65100.18-
YUV214.24147.6297.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.46%
GREEN value IS 229 (89.84% from 255) = 35.23%
BLUE value IS 249 (97.66% from 255) = 38.31%
R=26.46%
G=35.23%
B=38.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722292490.310.0800.02195.5886.5282.55
HexACE5F91F802c45753
Octal254345371371002304127123
Binary1010110011100101111110011111110000101100010010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE5F9; }

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

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

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

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

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

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

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

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