Shades of Blizzard Blue #ACECFF
Tints of Blizzard Blue #ACECFF
RGB
CMYK
RGB Variations
Color information
#ACECFF (or 0xACECFF) is known color: Blizzard Blue. HEX triplet: AC, EC and FF. RGB value is (172,236,255). Sum of RGB (Red+Green+Blue) = 172+236+255=663 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.94% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACECFF is #531300. Grayscale: #DADADA. Windows color (decimal): -5444353 or 16772268. OLE color: 16772268.
HSL color Cylindrical-coordinate representation of color #ACECFF: hue angle of 193.73º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACECFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 236 | 255 | - |
| CMYK | 0.33 | 0.07 | 0 | 0 |
| HSL | 193.73º | 1% | 0.84% | - |
| HSV(B) | 193.73º | 0.33% | 1% | - |
| XYZ | 65.06 | 75.98 | 105.84 | - |
| YUV | 219.03 | 148.3 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 236 | 255 | 0.33 | 0.07 | 0 | 0 | 193.73 | 1 | 0.84 |
| Hex | AC | EC | FF | 21 | 7 | 0 | 0 | C2 | 64 | 54 |
| Octal | 254 | 354 | 377 | 41 | 7 | 0 | 0 | 302 | 144 | 124 |
| Binary | 10101100 | 11101100 | 11111111 | 100001 | 111 | 0 | 0 | 11000010 | 1100100 | 1010100 |
Color Harmonies of #ACECFF
Complementary color
Monochromatic Colors of #ACECFF
Black with #ACECFF
Text Example
Text Example
White with #ACECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECFF; }
p { color: rgb(172,236,255); }
H1.HeaderClassName
{
color: #ACECFF;
}
.AnyTagClassName
{
color: #ACECFF;
}
</style>
background-color css
<style>
a { background-color: #ACECFF; }
a { background-color: rgb(172,236,255); }
div.DivClassName
{
background-color: #ACECFF;
}
.BgClassName
{
background-color: #ACECFF;
}
</style>
border-color css
<style>
span { border-color: #ACECFF; }
span { border-color: rgb(172,236,255); }
td.TdClassName
{
border-color: #ACECFF;
}
.TagClassName
{
border-color: #ACECFF;
}
</style>