Shades of Powder Blue #ABDCDC
Tints of Powder Blue #ABDCDC
RGB
CMYK
RGB Variations
Color information
#ABDCDC (or 0xABDCDC) is known color: Powder Blue. HEX triplet: AB, DC and DC. RGB value is (171,220,220). Sum of RGB (Red+Green+Blue) = 171+220+220=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #ABDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCDC is #542323. Grayscale: #CDCDCD. Windows color (decimal): -5514020 or 14474411. OLE color: 14474411.
HSL color Cylindrical-coordinate representation of color #ABDCDC: hue angle of 180º 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 #ABDCDC is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 220 | - |
| CMYK | 0.22 | 0 | 0 | 0.14 |
| HSL | 180º | 0.41% | 0.77% | - |
| HSV(B) | 180º | 0.22% | 0.86% | - |
| XYZ | 55.31 | 65.01 | 77.34 | - |
| YUV | 205.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 220 | 0.22 | 0 | 0 | 0.14 | 180 | 0.41 | 0.77 |
| Hex | AB | DC | DC | 16 | 0 | 0 | E | B4 | 29 | 4D |
| Octal | 253 | 334 | 334 | 26 | 0 | 0 | 16 | 264 | 51 | 115 |
| Binary | 10101011 | 11011100 | 11011100 | 10110 | 0 | 0 | 1110 | 10110100 | 101001 | 1001101 |
Color Harmonies of #ABDCDC
Complementary color
Monochromatic Colors of #ABDCDC
Black with #ABDCDC
Text Example
Text Example
White with #ABDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCDC; }
p { color: rgb(171,220,220); }
H1.HeaderClassName
{
color: #ABDCDC;
}
.AnyTagClassName
{
color: #ABDCDC;
}
</style>
background-color css
<style>
a { background-color: #ABDCDC; }
a { background-color: rgb(171,220,220); }
div.DivClassName
{
background-color: #ABDCDC;
}
.BgClassName
{
background-color: #ABDCDC;
}
</style>
border-color css
<style>
span { border-color: #ABDCDC; }
span { border-color: rgb(171,220,220); }
td.TdClassName
{
border-color: #ABDCDC;
}
.TagClassName
{
border-color: #ABDCDC;
}
</style>