Shades of Blizzard Blue #ABEDFC
Tints of Blizzard Blue #ABEDFC
RGB
CMYK
RGB Variations
Color information
#ABEDFC (or 0xABEDFC) is known color: Blizzard Blue. HEX triplet: AB, ED and FC. RGB value is (171,237,252). Sum of RGB (Red+Green+Blue) = 171+237+252=660 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.91% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABEDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEDFC is #541203. Grayscale: #DADADA. Windows color (decimal): -5509636 or 16575915. OLE color: 16575915.
HSL color Cylindrical-coordinate representation of color #ABEDFC: hue angle of 191.11º 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 #ABEDFC is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 237 | 252 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.01 |
| HSL | 191.11º | 0.93% | 0.83% | - |
| HSV(B) | 191.11º | 0.32% | 0.99% | - |
| XYZ | 64.65 | 76.25 | 103.41 | - |
| YUV | 218.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 252 | 0.32 | 0.06 | 0 | 0.01 | 191.11 | 0.93 | 0.83 |
| Hex | AB | ED | FC | 20 | 6 | 0 | 1 | BF | 5D | 53 |
| Octal | 253 | 355 | 374 | 40 | 6 | 0 | 1 | 277 | 135 | 123 |
| Binary | 10101011 | 11101101 | 11111100 | 100000 | 110 | 0 | 1 | 10111111 | 1011101 | 1010011 |
Color Harmonies of #ABEDFC
Complementary color
Monochromatic Colors of #ABEDFC
Black with #ABEDFC
Text Example
Text Example
White with #ABEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDFC; }
p { color: rgb(171,237,252); }
H1.HeaderClassName
{
color: #ABEDFC;
}
.AnyTagClassName
{
color: #ABEDFC;
}
</style>
background-color css
<style>
a { background-color: #ABEDFC; }
a { background-color: rgb(171,237,252); }
div.DivClassName
{
background-color: #ABEDFC;
}
.BgClassName
{
background-color: #ABEDFC;
}
</style>
border-color css
<style>
span { border-color: #ABEDFC; }
span { border-color: rgb(171,237,252); }
td.TdClassName
{
border-color: #ABEDFC;
}
.TagClassName
{
border-color: #ABEDFC;
}
</style>