Shades of Blizzard Blue #ACEDFF
Tints of Blizzard Blue #ACEDFF
RGB
CMYK
RGB Variations
Color information
#ACEDFF (or 0xACEDFF) is known color: Blizzard Blue. HEX triplet: AC, ED and FF. RGB value is (172,237,255). Sum of RGB (Red+Green+Blue) = 172+237+255=664 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.90% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEDFF is #531200. Grayscale: #DBDBDB. Windows color (decimal): -5444097 or 16772524. OLE color: 16772524.
HSL color Cylindrical-coordinate representation of color #ACEDFF: hue angle of 193.01º 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 #ACEDFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 237 | 255 | - |
| CMYK | 0.33 | 0.07 | 0 | 0 |
| HSL | 193.01º | 1% | 0.84% | - |
| HSV(B) | 193.01º | 0.33% | 1% | - |
| XYZ | 65.35 | 76.56 | 105.94 | - |
| YUV | 219.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 255 | 0.33 | 0.07 | 0 | 0 | 193.01 | 1 | 0.84 |
| Hex | AC | ED | FF | 21 | 7 | 0 | 0 | C1 | 64 | 54 |
| Octal | 254 | 355 | 377 | 41 | 7 | 0 | 0 | 301 | 144 | 124 |
| Binary | 10101100 | 11101101 | 11111111 | 100001 | 111 | 0 | 0 | 11000001 | 1100100 | 1010100 |
Color Harmonies of #ACEDFF
Complementary color
Monochromatic Colors of #ACEDFF
Black with #ACEDFF
Text Example
Text Example
White with #ACEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDFF; }
p { color: rgb(172,237,255); }
H1.HeaderClassName
{
color: #ACEDFF;
}
.AnyTagClassName
{
color: #ACEDFF;
}
</style>
background-color css
<style>
a { background-color: #ACEDFF; }
a { background-color: rgb(172,237,255); }
div.DivClassName
{
background-color: #ACEDFF;
}
.BgClassName
{
background-color: #ACEDFF;
}
</style>
border-color css
<style>
span { border-color: #ACEDFF; }
span { border-color: rgb(172,237,255); }
td.TdClassName
{
border-color: #ACEDFF;
}
.TagClassName
{
border-color: #ACEDFF;
}
</style>