Shades of Blizzard Blue #ACE4EE
Tints of Blizzard Blue #ACE4EE
RGB
CMYK
RGB Variations
Color information
#ACE4EE (or 0xACE4EE) is known color: Blizzard Blue. HEX triplet: AC, E4 and EE. RGB value is (172,228,238). Sum of RGB (Red+Green+Blue) = 172+228+238=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACE4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4EE is #531B11. Grayscale: #D4D4D4. Windows color (decimal): -5446418 or 15656108. OLE color: 15656108.
HSL color Cylindrical-coordinate representation of color #ACE4EE: hue angle of 189.09º 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 #ACE4EE is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 228 | 238 | - |
CMYK | 0.28 | 0.04 | 0 | 0.07 |
HSL | 189.09º | 0.66% | 0.8% | - |
HSV(B) | 189.09º | 0.28% | 0.93% | - |
XYZ | 60.19 | 70.43 | 91.31 | - |
YUV | 212.4 | 142.45 | 99.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 228 | 238 | 0.28 | 0.04 | 0 | 0.07 | 189.09 | 0.66 | 0.8 |
Hex | AC | E4 | EE | 1C | 4 | 0 | 7 | BD | 42 | 50 |
Octal | 254 | 344 | 356 | 34 | 4 | 0 | 7 | 275 | 102 | 120 |
Binary | 10101100 | 11100100 | 11101110 | 11100 | 100 | 0 | 111 | 10111101 | 1000010 | 1010000 |
Color Harmonies of #ACE4EE
Complementary color
Monochromatic Colors of #ACE4EE
Black with #ACE4EE
Text Example
Text Example
White with #ACE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4EE; }
p { color: rgb(172,228,238); }
H1.HeaderClassName
{
color: #ACE4EE;
}
.AnyTagClassName
{
color: #ACE4EE;
}
</style>
background-color css
<style>
a { background-color: #ACE4EE; }
a { background-color: rgb(172,228,238); }
div.DivClassName
{
background-color: #ACE4EE;
}
.BgClassName
{
background-color: #ACE4EE;
}
</style>
border-color css
<style>
span { border-color: #ACE4EE; }
span { border-color: rgb(172,228,238); }
td.TdClassName
{
border-color: #ACE4EE;
}
.TagClassName
{
border-color: #ACE4EE;
}
</style>