Shades of Blizzard Blue #ACE2F2
Tints of Blizzard Blue #ACE2F2
RGB
CMYK
RGB Variations
Color information
#ACE2F2 (or 0xACE2F2) is known color: Blizzard Blue. HEX triplet: AC, E2 and F2. RGB value is (172,226,242). Sum of RGB (Red+Green+Blue) = 172+226+242=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACE2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2F2 is #531D0D. Grayscale: #D3D3D3. Windows color (decimal): -5446926 or 15917740. OLE color: 15917740.
HSL color Cylindrical-coordinate representation of color #ACE2F2: hue angle of 193.71º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACE2F2 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 226 | 242 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.05 |
| HSL | 193.71º | 0.73% | 0.81% | - |
| HSV(B) | 193.71º | 0.29% | 0.95% | - |
| XYZ | 60.24 | 69.57 | 94.26 | - |
| YUV | 211.68 | 145.11 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 242 | 0.29 | 0.07 | 0 | 0.05 | 193.71 | 0.73 | 0.81 |
| Hex | AC | E2 | F2 | 1D | 7 | 0 | 5 | C2 | 49 | 51 |
| Octal | 254 | 342 | 362 | 35 | 7 | 0 | 5 | 302 | 111 | 121 |
| Binary | 10101100 | 11100010 | 11110010 | 11101 | 111 | 0 | 101 | 11000010 | 1001001 | 1010001 |
Color Harmonies of #ACE2F2
Complementary color
Monochromatic Colors of #ACE2F2
Black with #ACE2F2
Text Example
Text Example
White with #ACE2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2F2; }
p { color: rgb(172,226,242); }
H1.HeaderClassName
{
color: #ACE2F2;
}
.AnyTagClassName
{
color: #ACE2F2;
}
</style>
background-color css
<style>
a { background-color: #ACE2F2; }
a { background-color: rgb(172,226,242); }
div.DivClassName
{
background-color: #ACE2F2;
}
.BgClassName
{
background-color: #ACE2F2;
}
</style>
border-color css
<style>
span { border-color: #ACE2F2; }
span { border-color: rgb(172,226,242); }
td.TdClassName
{
border-color: #ACE2F2;
}
.TagClassName
{
border-color: #ACE2F2;
}
</style>