Shades of Blizzard Blue #ACE6ED
Tints of Blizzard Blue #ACE6ED
RGB
CMYK
RGB Variations
Color information
#ACE6ED (or 0xACE6ED) is known color: Blizzard Blue. HEX triplet: AC, E6 and ED. RGB value is (172,230,237). Sum of RGB (Red+Green+Blue) = 172+230+237=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACE6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6ED is #531912. Grayscale: #D5D5D5. Windows color (decimal): -5445907 or 15591084. OLE color: 15591084.
HSL color Cylindrical-coordinate representation of color #ACE6ED: hue angle of 186.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACE6ED is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 230 | 237 | - |
CMYK | 0.27 | 0.03 | 0 | 0.07 |
HSL | 186.46º | 0.64% | 0.8% | - |
HSV(B) | 186.46º | 0.27% | 0.93% | - |
XYZ | 60.6 | 71.48 | 90.72 | - |
YUV | 213.46 | 141.28 | 98.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 230 | 237 | 0.27 | 0.03 | 0 | 0.07 | 186.46 | 0.64 | 0.8 |
Hex | AC | E6 | ED | 1B | 3 | 0 | 7 | BA | 40 | 50 |
Octal | 254 | 346 | 355 | 33 | 3 | 0 | 7 | 272 | 100 | 120 |
Binary | 10101100 | 11100110 | 11101101 | 11011 | 11 | 0 | 111 | 10111010 | 1000000 | 1010000 |
Color Harmonies of #ACE6ED
Complementary color
Monochromatic Colors of #ACE6ED
Black with #ACE6ED
Text Example
Text Example
White with #ACE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6ED; }
p { color: rgb(172,230,237); }
H1.HeaderClassName
{
color: #ACE6ED;
}
.AnyTagClassName
{
color: #ACE6ED;
}
</style>
background-color css
<style>
a { background-color: #ACE6ED; }
a { background-color: rgb(172,230,237); }
div.DivClassName
{
background-color: #ACE6ED;
}
.BgClassName
{
background-color: #ACE6ED;
}
</style>
border-color css
<style>
span { border-color: #ACE6ED; }
span { border-color: rgb(172,230,237); }
td.TdClassName
{
border-color: #ACE6ED;
}
.TagClassName
{
border-color: #ACE6ED;
}
</style>