Shades of Blizzard Blue #ACE5F1
Tints of Blizzard Blue #ACE5F1
RGB
CMYK
RGB Variations
Color information
#ACE5F1 (or 0xACE5F1) is known color: Blizzard Blue. HEX triplet: AC, E5 and F1. RGB value is (172,229,241). Sum of RGB (Red+Green+Blue) = 172+229+241=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACE5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5F1 is #531A0E. Grayscale: #D5D5D5. Windows color (decimal): -5446159 or 15852972. OLE color: 15852972.
HSL color Cylindrical-coordinate representation of color #ACE5F1: hue angle of 190.43º degrees, saturation: 0.71, 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 #ACE5F1 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 229 | 241 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.05 |
| HSL | 190.43º | 0.71% | 0.81% | - |
| HSV(B) | 190.43º | 0.29% | 0.95% | - |
| XYZ | 60.91 | 71.16 | 93.74 | - |
| YUV | 213.33 | 143.62 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 241 | 0.29 | 0.05 | 0 | 0.05 | 190.43 | 0.71 | 0.81 |
| Hex | AC | E5 | F1 | 1D | 5 | 0 | 5 | BE | 47 | 51 |
| Octal | 254 | 345 | 361 | 35 | 5 | 0 | 5 | 276 | 107 | 121 |
| Binary | 10101100 | 11100101 | 11110001 | 11101 | 101 | 0 | 101 | 10111110 | 1000111 | 1010001 |
Color Harmonies of #ACE5F1
Complementary color
Monochromatic Colors of #ACE5F1
Black with #ACE5F1
Text Example
Text Example
White with #ACE5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5F1; }
p { color: rgb(172,229,241); }
H1.HeaderClassName
{
color: #ACE5F1;
}
.AnyTagClassName
{
color: #ACE5F1;
}
</style>
background-color css
<style>
a { background-color: #ACE5F1; }
a { background-color: rgb(172,229,241); }
div.DivClassName
{
background-color: #ACE5F1;
}
.BgClassName
{
background-color: #ACE5F1;
}
</style>
border-color css
<style>
span { border-color: #ACE5F1; }
span { border-color: rgb(172,229,241); }
td.TdClassName
{
border-color: #ACE5F1;
}
.TagClassName
{
border-color: #ACE5F1;
}
</style>