Shades of Blizzard Blue #ACEDFC
Tints of Blizzard Blue #ACEDFC
RGB
CMYK
RGB Variations
Color information
#ACEDFC (or 0xACEDFC) is known color: Blizzard Blue. HEX triplet: AC, ED and FC. RGB value is (172,237,252). Sum of RGB (Red+Green+Blue) = 172+237+252=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACEDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEDFC is #531203. Grayscale: #DBDBDB. Windows color (decimal): -5444100 or 16575916. OLE color: 16575916.
HSL color Cylindrical-coordinate representation of color #ACEDFC: hue angle of 191.25º degrees, saturation: 0.93, 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 #ACEDFC is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 237 | 252 | - |
CMYK | 0.32 | 0.06 | 0 | 0.01 |
HSL | 191.25º | 0.93% | 0.83% | - |
HSV(B) | 191.25º | 0.32% | 0.99% | - |
XYZ | 64.87 | 76.37 | 103.42 | - |
YUV | 219.28 | 146.47 | 94.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 237 | 252 | 0.32 | 0.06 | 0 | 0.01 | 191.25 | 0.93 | 0.83 |
Hex | AC | ED | FC | 20 | 6 | 0 | 1 | BF | 5D | 53 |
Octal | 254 | 355 | 374 | 40 | 6 | 0 | 1 | 277 | 135 | 123 |
Binary | 10101100 | 11101101 | 11111100 | 100000 | 110 | 0 | 1 | 10111111 | 1011101 | 1010011 |
Color Harmonies of #ACEDFC
Complementary color
Monochromatic Colors of #ACEDFC
Black with #ACEDFC
Text Example
Text Example
White with #ACEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDFC; }
p { color: rgb(172,237,252); }
H1.HeaderClassName
{
color: #ACEDFC;
}
.AnyTagClassName
{
color: #ACEDFC;
}
</style>
background-color css
<style>
a { background-color: #ACEDFC; }
a { background-color: rgb(172,237,252); }
div.DivClassName
{
background-color: #ACEDFC;
}
.BgClassName
{
background-color: #ACEDFC;
}
</style>
border-color css
<style>
span { border-color: #ACEDFC; }
span { border-color: rgb(172,237,252); }
td.TdClassName
{
border-color: #ACEDFC;
}
.TagClassName
{
border-color: #ACEDFC;
}
</style>