Shades of Blizzard Blue #ACEBFE
Tints of Blizzard Blue #ACEBFE
RGB
CMYK
RGB Variations
Color information
#ACEBFE (or 0xACEBFE) is known color: Blizzard Blue. HEX triplet: AC, EB and FE. RGB value is (172,235,254). Sum of RGB (Red+Green+Blue) = 172+235+254=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBFE is #531401. Grayscale: #DADADA. Windows color (decimal): -5444610 or 16706476. OLE color: 16706476.
HSL color Cylindrical-coordinate representation of color #ACEBFE: hue angle of 193.9º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACEBFE is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 235 | 254 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.00 |
| HSL | 193.9º | 0.98% | 0.84% | - |
| HSV(B) | 193.9º | 0.32% | 1% | - |
| XYZ | 64.61 | 75.34 | 104.9 | - |
| YUV | 218.33 | 148.13 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 254 | 0.32 | 0.07 | 0 | 0.00 | 193.9 | 0.98 | 0.84 |
| Hex | AC | EB | FE | 20 | 7 | 0 | 0 | C2 | 62 | 54 |
| Octal | 254 | 353 | 376 | 40 | 7 | 0 | 0 | 302 | 142 | 124 |
| Binary | 10101100 | 11101011 | 11111110 | 100000 | 111 | 0 | 0 | 11000010 | 1100010 | 1010100 |
Color Harmonies of #ACEBFE
Complementary color
Monochromatic Colors of #ACEBFE
Black with #ACEBFE
Text Example
Text Example
White with #ACEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBFE; }
p { color: rgb(172,235,254); }
H1.HeaderClassName
{
color: #ACEBFE;
}
.AnyTagClassName
{
color: #ACEBFE;
}
</style>
background-color css
<style>
a { background-color: #ACEBFE; }
a { background-color: rgb(172,235,254); }
div.DivClassName
{
background-color: #ACEBFE;
}
.BgClassName
{
background-color: #ACEBFE;
}
</style>
border-color css
<style>
span { border-color: #ACEBFE; }
span { border-color: rgb(172,235,254); }
td.TdClassName
{
border-color: #ACEBFE;
}
.TagClassName
{
border-color: #ACEBFE;
}
</style>