Shades of Powder Blue #ABDBDC
Tints of Powder Blue #ABDBDC
RGB
CMYK
RGB Variations
Color information
#ABDBDC (or 0xABDBDC) is known color: Powder Blue. HEX triplet: AB, DB and DC. RGB value is (171,219,220). Sum of RGB (Red+Green+Blue) = 171+219+220=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABDBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBDC is #542423. Grayscale: #CCCCCC. Windows color (decimal): -5514276 or 14474155. OLE color: 14474155.
HSL color Cylindrical-coordinate representation of color #ABDBDC: hue angle of 181.22º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDBDC is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 220 | - |
| CMYK | 0.22 | 0.00 | 0 | 0.14 |
| HSL | 181.22º | 0.41% | 0.77% | - |
| HSV(B) | 181.22º | 0.22% | 0.86% | - |
| XYZ | 55.04 | 64.49 | 77.26 | - |
| YUV | 204.76 | 136.6 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 220 | 0.22 | 0.00 | 0 | 0.14 | 181.22 | 0.41 | 0.77 |
| Hex | AB | DB | DC | 16 | 0 | 0 | E | B5 | 29 | 4D |
| Octal | 253 | 333 | 334 | 26 | 0 | 0 | 16 | 265 | 51 | 115 |
| Binary | 10101011 | 11011011 | 11011100 | 10110 | 0 | 0 | 1110 | 10110101 | 101001 | 1001101 |
Color Harmonies of #ABDBDC
Complementary color
Monochromatic Colors of #ABDBDC
Black with #ABDBDC
Text Example
Text Example
White with #ABDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBDC; }
p { color: rgb(171,219,220); }
H1.HeaderClassName
{
color: #ABDBDC;
}
.AnyTagClassName
{
color: #ABDBDC;
}
</style>
background-color css
<style>
a { background-color: #ABDBDC; }
a { background-color: rgb(171,219,220); }
div.DivClassName
{
background-color: #ABDBDC;
}
.BgClassName
{
background-color: #ABDBDC;
}
</style>
border-color css
<style>
span { border-color: #ABDBDC; }
span { border-color: rgb(171,219,220); }
td.TdClassName
{
border-color: #ABDBDC;
}
.TagClassName
{
border-color: #ABDBDC;
}
</style>