Shades of Blizzard Blue #ACEBFD
Tints of Blizzard Blue #ACEBFD
RGB
CMYK
RGB Variations
Color information
#ACEBFD (or 0xACEBFD) is known color: Blizzard Blue. HEX triplet: AC, EB and FD. RGB value is (172,235,253). Sum of RGB (Red+Green+Blue) = 172+235+253=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACEBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBFD is #531402. Grayscale: #DADADA. Windows color (decimal): -5444611 or 16640940. OLE color: 16640940.
HSL color Cylindrical-coordinate representation of color #ACEBFD: hue angle of 193.33º 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 #ACEBFD is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 235 | 253 | - |
CMYK | 0.32 | 0.07 | 0 | 0.01 |
HSL | 193.33º | 0.95% | 0.83% | - |
HSV(B) | 193.33º | 0.32% | 0.99% | - |
XYZ | 64.45 | 75.28 | 104.06 | - |
YUV | 218.22 | 147.63 | 95.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 235 | 253 | 0.32 | 0.07 | 0 | 0.01 | 193.33 | 0.95 | 0.83 |
Hex | AC | EB | FD | 20 | 7 | 0 | 1 | C1 | 5F | 53 |
Octal | 254 | 353 | 375 | 40 | 7 | 0 | 1 | 301 | 137 | 123 |
Binary | 10101100 | 11101011 | 11111101 | 100000 | 111 | 0 | 1 | 11000001 | 1011111 | 1010011 |
Color Harmonies of #ACEBFD
Complementary color
Monochromatic Colors of #ACEBFD
Black with #ACEBFD
Text Example
Text Example
White with #ACEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBFD; }
p { color: rgb(172,235,253); }
H1.HeaderClassName
{
color: #ACEBFD;
}
.AnyTagClassName
{
color: #ACEBFD;
}
</style>
background-color css
<style>
a { background-color: #ACEBFD; }
a { background-color: rgb(172,235,253); }
div.DivClassName
{
background-color: #ACEBFD;
}
.BgClassName
{
background-color: #ACEBFD;
}
</style>
border-color css
<style>
span { border-color: #ACEBFD; }
span { border-color: rgb(172,235,253); }
td.TdClassName
{
border-color: #ACEBFD;
}
.TagClassName
{
border-color: #ACEBFD;
}
</style>