Shades of Blizzard Blue #ACE1F3
Tints of Blizzard Blue #ACE1F3
RGB
CMYK
RGB Variations
Color information
#ACE1F3 (or 0xACE1F3) is known color: Blizzard Blue. HEX triplet: AC, E1 and F3. RGB value is (172,225,243). Sum of RGB (Red+Green+Blue) = 172+225+243=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACE1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1F3 is #531E0C. Grayscale: #D3D3D3. Windows color (decimal): -5447181 or 15983020. OLE color: 15983020.
HSL color Cylindrical-coordinate representation of color #ACE1F3: hue angle of 195.21º 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 #ACE1F3 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 225 | 243 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.05 |
| HSL | 195.21º | 0.75% | 0.81% | - |
| HSV(B) | 195.21º | 0.29% | 0.95% | - |
| XYZ | 60.12 | 69.09 | 94.96 | - |
| YUV | 211.21 | 145.94 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 243 | 0.29 | 0.07 | 0 | 0.05 | 195.21 | 0.75 | 0.81 |
| Hex | AC | E1 | F3 | 1D | 7 | 0 | 5 | C3 | 4B | 51 |
| Octal | 254 | 341 | 363 | 35 | 7 | 0 | 5 | 303 | 113 | 121 |
| Binary | 10101100 | 11100001 | 11110011 | 11101 | 111 | 0 | 101 | 11000011 | 1001011 | 1010001 |
Color Harmonies of #ACE1F3
Complementary color
Monochromatic Colors of #ACE1F3
Black with #ACE1F3
Text Example
Text Example
White with #ACE1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1F3; }
p { color: rgb(172,225,243); }
H1.HeaderClassName
{
color: #ACE1F3;
}
.AnyTagClassName
{
color: #ACE1F3;
}
</style>
background-color css
<style>
a { background-color: #ACE1F3; }
a { background-color: rgb(172,225,243); }
div.DivClassName
{
background-color: #ACE1F3;
}
.BgClassName
{
background-color: #ACE1F3;
}
</style>
border-color css
<style>
span { border-color: #ACE1F3; }
span { border-color: rgb(172,225,243); }
td.TdClassName
{
border-color: #ACE1F3;
}
.TagClassName
{
border-color: #ACE1F3;
}
</style>