Shades of Blizzard Blue #ACE2F3
Tints of Blizzard Blue #ACE2F3
RGB
CMYK
RGB Variations
Color information
#ACE2F3 (or 0xACE2F3) is known color: Blizzard Blue. HEX triplet: AC, E2 and F3. RGB value is (172,226,243). Sum of RGB (Red+Green+Blue) = 172+226+243=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACE2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2F3 is #531D0C. Grayscale: #D3D3D3. Windows color (decimal): -5446925 or 15983276. OLE color: 15983276.
HSL color Cylindrical-coordinate representation of color #ACE2F3: hue angle of 194.37º 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 #ACE2F3 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 226 | 243 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.05 |
| HSL | 194.37º | 0.75% | 0.81% | - |
| HSV(B) | 194.37º | 0.29% | 0.95% | - |
| XYZ | 60.39 | 69.63 | 95.05 | - |
| YUV | 211.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 243 | 0.29 | 0.07 | 0 | 0.05 | 194.37 | 0.75 | 0.81 |
| Hex | AC | E2 | F3 | 1D | 7 | 0 | 5 | C2 | 4B | 51 |
| Octal | 254 | 342 | 363 | 35 | 7 | 0 | 5 | 302 | 113 | 121 |
| Binary | 10101100 | 11100010 | 11110011 | 11101 | 111 | 0 | 101 | 11000010 | 1001011 | 1010001 |
Color Harmonies of #ACE2F3
Complementary color
Monochromatic Colors of #ACE2F3
Black with #ACE2F3
Text Example
Text Example
White with #ACE2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2F3; }
p { color: rgb(172,226,243); }
H1.HeaderClassName
{
color: #ACE2F3;
}
.AnyTagClassName
{
color: #ACE2F3;
}
</style>
background-color css
<style>
a { background-color: #ACE2F3; }
a { background-color: rgb(172,226,243); }
div.DivClassName
{
background-color: #ACE2F3;
}
.BgClassName
{
background-color: #ACE2F3;
}
</style>
border-color css
<style>
span { border-color: #ACE2F3; }
span { border-color: rgb(172,226,243); }
td.TdClassName
{
border-color: #ACE2F3;
}
.TagClassName
{
border-color: #ACE2F3;
}
</style>