Shades of Blizzard Blue #ACE6F2
Tints of Blizzard Blue #ACE6F2
RGB
CMYK
RGB Variations
Color information
#ACE6F2 (or 0xACE6F2) is known color: Blizzard Blue. HEX triplet: AC, E6 and F2. RGB value is (172,230,242). Sum of RGB (Red+Green+Blue) = 172+230+242=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACE6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6F2 is #53190D. Grayscale: #D5D5D5. Windows color (decimal): -5445902 or 15918764. OLE color: 15918764.
HSL color Cylindrical-coordinate representation of color #ACE6F2: hue angle of 190.29º 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 #ACE6F2 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 230 | 242 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.05 |
| HSL | 190.29º | 0.73% | 0.81% | - |
| HSV(B) | 190.29º | 0.29% | 0.95% | - |
| XYZ | 61.34 | 71.78 | 94.63 | - |
| YUV | 214.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 242 | 0.29 | 0.05 | 0 | 0.05 | 190.29 | 0.73 | 0.81 |
| Hex | AC | E6 | F2 | 1D | 5 | 0 | 5 | BE | 49 | 51 |
| Octal | 254 | 346 | 362 | 35 | 5 | 0 | 5 | 276 | 111 | 121 |
| Binary | 10101100 | 11100110 | 11110010 | 11101 | 101 | 0 | 101 | 10111110 | 1001001 | 1010001 |
Color Harmonies of #ACE6F2
Complementary color
Monochromatic Colors of #ACE6F2
Black with #ACE6F2
Text Example
Text Example
White with #ACE6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6F2; }
p { color: rgb(172,230,242); }
H1.HeaderClassName
{
color: #ACE6F2;
}
.AnyTagClassName
{
color: #ACE6F2;
}
</style>
background-color css
<style>
a { background-color: #ACE6F2; }
a { background-color: rgb(172,230,242); }
div.DivClassName
{
background-color: #ACE6F2;
}
.BgClassName
{
background-color: #ACE6F2;
}
</style>
border-color css
<style>
span { border-color: #ACE6F2; }
span { border-color: rgb(172,230,242); }
td.TdClassName
{
border-color: #ACE6F2;
}
.TagClassName
{
border-color: #ACE6F2;
}
</style>