Shades of Blizzard Blue #ACEAFD
Tints of Blizzard Blue #ACEAFD
RGB
CMYK
RGB Variations
Color information
#ACEAFD (or 0xACEAFD) is known color: Blizzard Blue. HEX triplet: AC, EA and FD. RGB value is (172,234,253). Sum of RGB (Red+Green+Blue) = 172+234+253=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACEAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAFD is #531502. Grayscale: #D9D9D9. Windows color (decimal): -5444867 or 16640684. OLE color: 16640684.
HSL color Cylindrical-coordinate representation of color #ACEAFD: hue angle of 194.07º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACEAFD is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 234 | 253 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.01 |
| HSL | 194.07º | 0.95% | 0.83% | - |
| HSV(B) | 194.07º | 0.32% | 0.99% | - |
| XYZ | 64.17 | 74.71 | 103.97 | - |
| YUV | 217.63 | 147.96 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 253 | 0.32 | 0.08 | 0 | 0.01 | 194.07 | 0.95 | 0.83 |
| Hex | AC | EA | FD | 20 | 8 | 0 | 1 | C2 | 5F | 53 |
| Octal | 254 | 352 | 375 | 40 | 10 | 0 | 1 | 302 | 137 | 123 |
| Binary | 10101100 | 11101010 | 11111101 | 100000 | 1000 | 0 | 1 | 11000010 | 1011111 | 1010011 |
Color Harmonies of #ACEAFD
Complementary color
Monochromatic Colors of #ACEAFD
Black with #ACEAFD
Text Example
Text Example
White with #ACEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAFD; }
p { color: rgb(172,234,253); }
H1.HeaderClassName
{
color: #ACEAFD;
}
.AnyTagClassName
{
color: #ACEAFD;
}
</style>
background-color css
<style>
a { background-color: #ACEAFD; }
a { background-color: rgb(172,234,253); }
div.DivClassName
{
background-color: #ACEAFD;
}
.BgClassName
{
background-color: #ACEAFD;
}
</style>
border-color css
<style>
span { border-color: #ACEAFD; }
span { border-color: rgb(172,234,253); }
td.TdClassName
{
border-color: #ACEAFD;
}
.TagClassName
{
border-color: #ACEAFD;
}
</style>