Shades of Blizzard Blue #ACEEFF
Tints of Blizzard Blue #ACEEFF
RGB
CMYK
RGB Variations
Color information
#ACEEFF (or 0xACEEFF) is known color: Blizzard Blue. HEX triplet: AC, EE and FF. RGB value is (172,238,255). Sum of RGB (Red+Green+Blue) = 172+238+255=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEFF is #531100. Grayscale: #DCDCDC. Windows color (decimal): -5443841 or 16772780. OLE color: 16772780.
HSL color Cylindrical-coordinate representation of color #ACEEFF: hue angle of 192.29º 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 #ACEEFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 238 | 255 | - |
| CMYK | 0.33 | 0.07 | 0 | 0 |
| HSL | 192.29º | 1% | 0.84% | - |
| HSV(B) | 192.29º | 0.33% | 1% | - |
| XYZ | 65.64 | 77.14 | 106.04 | - |
| YUV | 220.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 255 | 0.33 | 0.07 | 0 | 0 | 192.29 | 1 | 0.84 |
| Hex | AC | EE | FF | 21 | 7 | 0 | 0 | C0 | 64 | 54 |
| Octal | 254 | 356 | 377 | 41 | 7 | 0 | 0 | 300 | 144 | 124 |
| Binary | 10101100 | 11101110 | 11111111 | 100001 | 111 | 0 | 0 | 11000000 | 1100100 | 1010100 |
Color Harmonies of #ACEEFF
Complementary color
Monochromatic Colors of #ACEEFF
Black with #ACEEFF
Text Example
Text Example
White with #ACEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEFF; }
p { color: rgb(172,238,255); }
H1.HeaderClassName
{
color: #ACEEFF;
}
.AnyTagClassName
{
color: #ACEEFF;
}
</style>
background-color css
<style>
a { background-color: #ACEEFF; }
a { background-color: rgb(172,238,255); }
div.DivClassName
{
background-color: #ACEEFF;
}
.BgClassName
{
background-color: #ACEEFF;
}
</style>
border-color css
<style>
span { border-color: #ACEEFF; }
span { border-color: rgb(172,238,255); }
td.TdClassName
{
border-color: #ACEEFF;
}
.TagClassName
{
border-color: #ACEEFF;
}
</style>