Shades of Powder Blue #ABDBDB
Tints of Powder Blue #ABDBDB
RGB
CMYK
RGB Variations
Color information
#ABDBDB (or 0xABDBDB) is known color: Powder Blue. HEX triplet: AB, DB and DB. RGB value is (171,219,219). Sum of RGB (Red+Green+Blue) = 171+219+219=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #ABDBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBDB is #542424. Grayscale: #CCCCCC. Windows color (decimal): -5514277 or 14408619. OLE color: 14408619.
HSL color Cylindrical-coordinate representation of color #ABDBDB: hue angle of 180º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDBDB is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 219 | - |
| CMYK | 0.22 | 0 | 0 | 0.14 |
| HSL | 180º | 0.4% | 0.76% | - |
| HSV(B) | 180º | 0.22% | 0.86% | - |
| XYZ | 54.91 | 64.44 | 76.56 | - |
| YUV | 204.65 | 136.1 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 219 | 0.22 | 0 | 0 | 0.14 | 180 | 0.4 | 0.76 |
| Hex | AB | DB | DB | 16 | 0 | 0 | E | B4 | 28 | 4C |
| Octal | 253 | 333 | 333 | 26 | 0 | 0 | 16 | 264 | 50 | 114 |
| Binary | 10101011 | 11011011 | 11011011 | 10110 | 0 | 0 | 1110 | 10110100 | 101000 | 1001100 |
Color Harmonies of #ABDBDB
Complementary color
Monochromatic Colors of #ABDBDB
Black with #ABDBDB
Text Example
Text Example
White with #ABDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBDB; }
p { color: rgb(171,219,219); }
H1.HeaderClassName
{
color: #ABDBDB;
}
.AnyTagClassName
{
color: #ABDBDB;
}
</style>
background-color css
<style>
a { background-color: #ABDBDB; }
a { background-color: rgb(171,219,219); }
div.DivClassName
{
background-color: #ABDBDB;
}
.BgClassName
{
background-color: #ABDBDB;
}
</style>
border-color css
<style>
span { border-color: #ABDBDB; }
span { border-color: rgb(171,219,219); }
td.TdClassName
{
border-color: #ABDBDB;
}
.TagClassName
{
border-color: #ABDBDB;
}
</style>