#ACE0EE

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

Shades of Blizzard Blue #ACE0EE

Tints of Blizzard Blue #ACE0EE

Color information

#ACE0EE (or 0xACE0EE) is unknown color: approx Blizzard Blue. HEX triplet: AC, E0 and EE. RGB value is (172,224,238). Sum of RGB (Red+Green+Blue) = 172+224+238=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACE0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0EE is #531F11. Grayscale: #D1D1D1. Windows color (decimal): -5447442 or 15655084. OLE color: 15655084.

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

Color convert

RGB172224238-
CMYK0.280.0600.07
HSL192.73º66%80.39%-
HSV(B)192.73º27.73%93.33%-
XYZ59.168.2690.95-
YUV210.05143.77100.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.13%
GREEN value IS 224 (87.89% from 255) = 35.33%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=27.13%
G=35.33%
B=37.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722242380.280.0600.07192.736680.39
HexACE0EE1C607c14250
Octal25434035634607301102120
Binary1010110011100000111011101110011001111100000110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0EE; }

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

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

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

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

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

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

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

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