Shades of Blizzard Blue #ACEAF4
Tints of Blizzard Blue #ACEAF4
RGB
CMYK
RGB Variations
Color information
#ACEAF4 (or 0xACEAF4) is known color: Blizzard Blue. HEX triplet: AC, EA and F4. RGB value is (172,234,244). Sum of RGB (Red+Green+Blue) = 172+234+244=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACEAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAF4 is #53150B. Grayscale: #D8D8D8. Windows color (decimal): -5444876 or 16050860. OLE color: 16050860.
HSL color Cylindrical-coordinate representation of color #ACEAF4: hue angle of 188.33º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACEAF4 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 172 | 234 | 244 | - |
CMYK | 0.30 | 0.04 | 0 | 0.04 |
HSL | 188.33º | 0.77% | 0.82% | - |
HSV(B) | 188.33º | 0.3% | 0.96% | - |
XYZ | 62.77 | 74.15 | 96.59 | - |
YUV | 216.6 | 143.46 | 96.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 234 | 244 | 0.30 | 0.04 | 0 | 0.04 | 188.33 | 0.77 | 0.82 |
Hex | AC | EA | F4 | 1E | 4 | 0 | 4 | BC | 4D | 52 |
Octal | 254 | 352 | 364 | 36 | 4 | 0 | 4 | 274 | 115 | 122 |
Binary | 10101100 | 11101010 | 11110100 | 11110 | 100 | 0 | 100 | 10111100 | 1001101 | 1010010 |
Color Harmonies of #ACEAF4
Complementary color
Monochromatic Colors of #ACEAF4
Black with #ACEAF4
Text Example
Text Example
White with #ACEAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAF4; }
p { color: rgb(172,234,244); }
H1.HeaderClassName
{
color: #ACEAF4;
}
.AnyTagClassName
{
color: #ACEAF4;
}
</style>
background-color css
<style>
a { background-color: #ACEAF4; }
a { background-color: rgb(172,234,244); }
div.DivClassName
{
background-color: #ACEAF4;
}
.BgClassName
{
background-color: #ACEAF4;
}
</style>
border-color css
<style>
span { border-color: #ACEAF4; }
span { border-color: rgb(172,234,244); }
td.TdClassName
{
border-color: #ACEAF4;
}
.TagClassName
{
border-color: #ACEAF4;
}
</style>