Shades of Blizzard Blue #ACE2F0
Tints of Blizzard Blue #ACE2F0
RGB
CMYK
RGB Variations
Color information
#ACE2F0 (or 0xACE2F0) is known color: Blizzard Blue. HEX triplet: AC, E2 and F0. RGB value is (172,226,240). Sum of RGB (Red+Green+Blue) = 172+226+240=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACE2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2F0 is #531D0F. Grayscale: #D3D3D3. Windows color (decimal): -5446928 or 15786668. OLE color: 15786668.
HSL color Cylindrical-coordinate representation of color #ACE2F0: hue angle of 192.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACE2F0 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 172 | 226 | 240 | - |
CMYK | 0.28 | 0.06 | 0 | 0.06 |
HSL | 192.35º | 0.69% | 0.81% | - |
HSV(B) | 192.35º | 0.28% | 0.94% | - |
XYZ | 59.94 | 69.45 | 92.69 | - |
YUV | 211.45 | 144.11 | 99.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 226 | 240 | 0.28 | 0.06 | 0 | 0.06 | 192.35 | 0.69 | 0.81 |
Hex | AC | E2 | F0 | 1C | 6 | 0 | 6 | C0 | 45 | 51 |
Octal | 254 | 342 | 360 | 34 | 6 | 0 | 6 | 300 | 105 | 121 |
Binary | 10101100 | 11100010 | 11110000 | 11100 | 110 | 0 | 110 | 11000000 | 1000101 | 1010001 |
Color Harmonies of #ACE2F0
Complementary color
Monochromatic Colors of #ACE2F0
Black with #ACE2F0
Text Example
Text Example
White with #ACE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2F0; }
p { color: rgb(172,226,240); }
H1.HeaderClassName
{
color: #ACE2F0;
}
.AnyTagClassName
{
color: #ACE2F0;
}
</style>
background-color css
<style>
a { background-color: #ACE2F0; }
a { background-color: rgb(172,226,240); }
div.DivClassName
{
background-color: #ACE2F0;
}
.BgClassName
{
background-color: #ACE2F0;
}
</style>
border-color css
<style>
span { border-color: #ACE2F0; }
span { border-color: rgb(172,226,240); }
td.TdClassName
{
border-color: #ACE2F0;
}
.TagClassName
{
border-color: #ACE2F0;
}
</style>