Shades of Blizzard Blue #ABEBFB
Tints of Blizzard Blue #ABEBFB
RGB
CMYK
RGB Variations
Color information
#ABEBFB (or 0xABEBFB) is known color: Blizzard Blue. HEX triplet: AB, EB and FB. RGB value is (171,235,251). Sum of RGB (Red+Green+Blue) = 171+235+251=657 (87% of max value = 765). Red value is 171 (67.19% from 255 or 26.03% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABEBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBFB is #541404. Grayscale: #D9D9D9. Windows color (decimal): -5510149 or 16509867. OLE color: 16509867.
HSL color Cylindrical-coordinate representation of color #ABEBFB: hue angle of 192º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABEBFB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 235 | 251 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.02 |
| HSL | 192º | 0.91% | 0.83% | - |
| HSV(B) | 192º | 0.32% | 0.98% | - |
| XYZ | 63.92 | 75.04 | 102.38 | - |
| YUV | 217.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 251 | 0.32 | 0.06 | 0 | 0.02 | 192 | 0.91 | 0.83 |
| Hex | AB | EB | FB | 20 | 6 | 0 | 2 | C0 | 5B | 53 |
| Octal | 253 | 353 | 373 | 40 | 6 | 0 | 2 | 300 | 133 | 123 |
| Binary | 10101011 | 11101011 | 11111011 | 100000 | 110 | 0 | 10 | 11000000 | 1011011 | 1010011 |
Color Harmonies of #ABEBFB
Complementary color
Monochromatic Colors of #ABEBFB
Black with #ABEBFB
Text Example
Text Example
White with #ABEBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBFB; }
p { color: rgb(171,235,251); }
H1.HeaderClassName
{
color: #ABEBFB;
}
.AnyTagClassName
{
color: #ABEBFB;
}
</style>
background-color css
<style>
a { background-color: #ABEBFB; }
a { background-color: rgb(171,235,251); }
div.DivClassName
{
background-color: #ABEBFB;
}
.BgClassName
{
background-color: #ABEBFB;
}
</style>
border-color css
<style>
span { border-color: #ABEBFB; }
span { border-color: rgb(171,235,251); }
td.TdClassName
{
border-color: #ABEBFB;
}
.TagClassName
{
border-color: #ABEBFB;
}
</style>