Shades of Blizzard Blue #ACE5EE
Tints of Blizzard Blue #ACE5EE
RGB
CMYK
RGB Variations
Color information
#ACE5EE (or 0xACE5EE) is known color: 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
RGB | 172 | 229 | 238 | - |
CMYK | 0.28 | 0.04 | 0 | 0.07 |
HSL | 188.18º | 0.66% | 0.8% | - |
HSV(B) | 188.18º | 0.28% | 0.93% | - |
XYZ | 60.47 | 70.98 | 91.4 | - |
YUV | 212.98 | 142.12 | 98.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 229 | 238 | 0.28 | 0.04 | 0 | 0.07 | 188.18 | 0.66 | 0.8 |
Hex | AC | E5 | EE | 1C | 4 | 0 | 7 | BC | 42 | 50 |
Octal | 254 | 345 | 356 | 34 | 4 | 0 | 7 | 274 | 102 | 120 |
Binary | 10101100 | 11100101 | 11101110 | 11100 | 100 | 0 | 111 | 10111100 | 1000010 | 1010000 |
Color Harmonies of #ACE5EE
Complementary color
Monochromatic Colors of #ACE5EE
Black with #ACE5EE
Text Example
Text Example
White with #ACE5EE
Text Example
Text Example
HTML Codes & Css Web 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>