#ACE1EE

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

Shades of Blizzard Blue #ACE1EE

Tints of Blizzard Blue #ACE1EE

Color information

#ACE1EE (or 0xACE1EE) is unknown color: approx Blizzard Blue. HEX triplet: AC, E1 and EE. RGB value is (172,225,238). Sum of RGB (Red+Green+Blue) = 172+225+238=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACE1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1EE is #531E11. Grayscale: #D2D2D2. Windows color (decimal): -5447186 or 15655340. OLE color: 15655340.

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

Color convert

RGB172225238-
CMYK0.280.0500.07
HSL191.82º66%80.39%-
HSV(B)191.82º27.73%93.33%-
XYZ59.3768.7991.04-
YUV210.64143.44100.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.09%
GREEN value IS 225 (88.28% from 255) = 35.43%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=27.09%
G=35.43%
B=37.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722252380.280.0500.07191.826680.39
HexACE1EE1C507c04250
Octal25434135634507300102120
Binary1010110011100001111011101110010101111100000010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1EE; }

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

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

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

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

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

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

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

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