#ACE5EE

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

Shades of Blizzard Blue #ACE5EE

Tints of Blizzard Blue #ACE5EE

Color information

#ACE5EE (or 0xACE5EE) is unknown color: approx Blizzard Blue. HEX triplet: AC, E5 and EE. RGB value is (172,229,238). Sum of RGB (Red+Green+Blue) = 172+229+238=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5EE is #531A11. Grayscale: #D4D4D4. Windows color (decimal): -5446162 or 15656364. OLE color: 15656364.

HSL color Cylindrical-coordinate representation of color #ACE5EE: hue angle of 188.18º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACE5EE is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172229238-
CMYK0.280.0400.07
HSL188.18º66%80.39%-
HSV(B)188.18º27.73%93.33%-
XYZ60.4770.9891.4-
YUV212.98142.1298.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.92%
GREEN value IS 229 (89.84% from 255) = 35.84%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=26.92%
G=35.84%
B=37.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722292380.280.0400.07188.186680.39
HexACE5EE1C407bc4250
Octal25434535634407274102120
Binary1010110011100101111011101110010001111011110010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE5EE; }

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

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

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

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

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

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

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

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