Shades of Powder Blue #ABDBE0
Tints of Powder Blue #ABDBE0
RGB
CMYK
RGB Variations
Color information
#ABDBE0 (or 0xABDBE0) is known color: Powder Blue. HEX triplet: AB, DB and E0. RGB value is (171,219,224). Sum of RGB (Red+Green+Blue) = 171+219+224=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABDBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBE0 is #54241F. Grayscale: #CDCDCD. Windows color (decimal): -5514272 or 14736299. OLE color: 14736299.
HSL color Cylindrical-coordinate representation of color #ABDBE0: hue angle of 185.66º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABDBE0 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 219 | 224 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.12 |
| HSL | 185.66º | 0.46% | 0.77% | - |
| HSV(B) | 185.66º | 0.24% | 0.88% | - |
| XYZ | 55.58 | 64.7 | 80.08 | - |
| YUV | 205.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 224 | 0.24 | 0.02 | 0 | 0.12 | 185.66 | 0.46 | 0.77 |
| Hex | AB | DB | E0 | 18 | 2 | 0 | C | BA | 2E | 4D |
| Octal | 253 | 333 | 340 | 30 | 2 | 0 | 14 | 272 | 56 | 115 |
| Binary | 10101011 | 11011011 | 11100000 | 11000 | 10 | 0 | 1100 | 10111010 | 101110 | 1001101 |
Color Harmonies of #ABDBE0
Complementary color
Monochromatic Colors of #ABDBE0
Black with #ABDBE0
Text Example
Text Example
White with #ABDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBE0; }
p { color: rgb(171,219,224); }
H1.HeaderClassName
{
color: #ABDBE0;
}
.AnyTagClassName
{
color: #ABDBE0;
}
</style>
background-color css
<style>
a { background-color: #ABDBE0; }
a { background-color: rgb(171,219,224); }
div.DivClassName
{
background-color: #ABDBE0;
}
.BgClassName
{
background-color: #ABDBE0;
}
</style>
border-color css
<style>
span { border-color: #ABDBE0; }
span { border-color: rgb(171,219,224); }
td.TdClassName
{
border-color: #ABDBE0;
}
.TagClassName
{
border-color: #ABDBE0;
}
</style>