Shades of Blizzard Blue #ACE5F3
Tints of Blizzard Blue #ACE5F3
RGB
CMYK
RGB Variations
Color information
#ACE5F3 (or 0xACE5F3) is known color: Blizzard Blue. HEX triplet: AC, E5 and F3. RGB value is (172,229,243). Sum of RGB (Red+Green+Blue) = 172+229+243=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACE5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5F3 is #531A0C. Grayscale: #D5D5D5. Windows color (decimal): -5446157 or 15984044. OLE color: 15984044.
HSL color Cylindrical-coordinate representation of color #ACE5F3: hue angle of 191.83º degrees, saturation: 0.75, 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 #ACE5F3 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 229 | 243 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.05 |
| HSL | 191.83º | 0.75% | 0.81% | - |
| HSV(B) | 191.83º | 0.29% | 0.95% | - |
| XYZ | 61.21 | 71.28 | 95.33 | - |
| YUV | 213.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 243 | 0.29 | 0.06 | 0 | 0.05 | 191.83 | 0.75 | 0.81 |
| Hex | AC | E5 | F3 | 1D | 6 | 0 | 5 | C0 | 4B | 51 |
| Octal | 254 | 345 | 363 | 35 | 6 | 0 | 5 | 300 | 113 | 121 |
| Binary | 10101100 | 11100101 | 11110011 | 11101 | 110 | 0 | 101 | 11000000 | 1001011 | 1010001 |
Color Harmonies of #ACE5F3
Complementary color
Monochromatic Colors of #ACE5F3
Black with #ACE5F3
Text Example
Text Example
White with #ACE5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5F3; }
p { color: rgb(172,229,243); }
H1.HeaderClassName
{
color: #ACE5F3;
}
.AnyTagClassName
{
color: #ACE5F3;
}
</style>
background-color css
<style>
a { background-color: #ACE5F3; }
a { background-color: rgb(172,229,243); }
div.DivClassName
{
background-color: #ACE5F3;
}
.BgClassName
{
background-color: #ACE5F3;
}
</style>
border-color css
<style>
span { border-color: #ACE5F3; }
span { border-color: rgb(172,229,243); }
td.TdClassName
{
border-color: #ACE5F3;
}
.TagClassName
{
border-color: #ACE5F3;
}
</style>