Shades of Blizzard Blue #ACE4F0
Tints of Blizzard Blue #ACE4F0
RGB
CMYK
RGB Variations
Color information
#ACE4F0 (or 0xACE4F0) is known color: Blizzard Blue. HEX triplet: AC, E4 and F0. RGB value is (172,228,240). Sum of RGB (Red+Green+Blue) = 172+228+240=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACE4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4F0 is #531B0F. Grayscale: #D4D4D4. Windows color (decimal): -5446416 or 15787180. OLE color: 15787180.
HSL color Cylindrical-coordinate representation of color #ACE4F0: hue angle of 190.59º 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 #ACE4F0 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 172 | 228 | 240 | - |
CMYK | 0.28 | 0.05 | 0 | 0.06 |
HSL | 190.59º | 0.69% | 0.81% | - |
HSV(B) | 190.59º | 0.28% | 0.94% | - |
XYZ | 60.48 | 70.55 | 92.87 | - |
YUV | 212.62 | 143.45 | 99.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 228 | 240 | 0.28 | 0.05 | 0 | 0.06 | 190.59 | 0.69 | 0.81 |
Hex | AC | E4 | F0 | 1C | 5 | 0 | 6 | BF | 45 | 51 |
Octal | 254 | 344 | 360 | 34 | 5 | 0 | 6 | 277 | 105 | 121 |
Binary | 10101100 | 11100100 | 11110000 | 11100 | 101 | 0 | 110 | 10111111 | 1000101 | 1010001 |
Color Harmonies of #ACE4F0
Complementary color
Monochromatic Colors of #ACE4F0
Black with #ACE4F0
Text Example
Text Example
White with #ACE4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4F0; }
p { color: rgb(172,228,240); }
H1.HeaderClassName
{
color: #ACE4F0;
}
.AnyTagClassName
{
color: #ACE4F0;
}
</style>
background-color css
<style>
a { background-color: #ACE4F0; }
a { background-color: rgb(172,228,240); }
div.DivClassName
{
background-color: #ACE4F0;
}
.BgClassName
{
background-color: #ACE4F0;
}
</style>
border-color css
<style>
span { border-color: #ACE4F0; }
span { border-color: rgb(172,228,240); }
td.TdClassName
{
border-color: #ACE4F0;
}
.TagClassName
{
border-color: #ACE4F0;
}
</style>