Shades of Blizzard Blue #ACEAFC
Tints of Blizzard Blue #ACEAFC
RGB
CMYK
RGB Variations
Color information
#ACEAFC (or 0xACEAFC) is known color: Blizzard Blue. HEX triplet: AC, EA and FC. RGB value is (172,234,252). Sum of RGB (Red+Green+Blue) = 172+234+252=658 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.14% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACEAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAFC is #531503. Grayscale: #D9D9D9. Windows color (decimal): -5444868 or 16575148. OLE color: 16575148.
HSL color Cylindrical-coordinate representation of color #ACEAFC: hue angle of 193.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACEAFC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 234 | 252 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.01 |
| HSL | 193.5º | 0.93% | 0.83% | - |
| HSV(B) | 193.5º | 0.32% | 0.99% | - |
| XYZ | 64.01 | 74.64 | 103.13 | - |
| YUV | 217.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 252 | 0.32 | 0.07 | 0 | 0.01 | 193.5 | 0.93 | 0.83 |
| Hex | AC | EA | FC | 20 | 7 | 0 | 1 | C2 | 5D | 53 |
| Octal | 254 | 352 | 374 | 40 | 7 | 0 | 1 | 302 | 135 | 123 |
| Binary | 10101100 | 11101010 | 11111100 | 100000 | 111 | 0 | 1 | 11000010 | 1011101 | 1010011 |
Color Harmonies of #ACEAFC
Complementary color
Monochromatic Colors of #ACEAFC
Black with #ACEAFC
Text Example
Text Example
White with #ACEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAFC; }
p { color: rgb(172,234,252); }
H1.HeaderClassName
{
color: #ACEAFC;
}
.AnyTagClassName
{
color: #ACEAFC;
}
</style>
background-color css
<style>
a { background-color: #ACEAFC; }
a { background-color: rgb(172,234,252); }
div.DivClassName
{
background-color: #ACEAFC;
}
.BgClassName
{
background-color: #ACEAFC;
}
</style>
border-color css
<style>
span { border-color: #ACEAFC; }
span { border-color: rgb(172,234,252); }
td.TdClassName
{
border-color: #ACEAFC;
}
.TagClassName
{
border-color: #ACEAFC;
}
</style>