Shades of Powder Blue #ABDCDD
Tints of Powder Blue #ABDCDD
RGB
CMYK
RGB Variations
Color information
#ABDCDD (or 0xABDCDD) is known color: Powder Blue. HEX triplet: AB, DC and DD. RGB value is (171,220,221). Sum of RGB (Red+Green+Blue) = 171+220+221=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCDD is #542322. Grayscale: #CDCDCD. Windows color (decimal): -5514019 or 14539947. OLE color: 14539947.
HSL color Cylindrical-coordinate representation of color #ABDCDD: hue angle of 181.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDCDD is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 220 | 221 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.13 |
| HSL | 181.2º | 0.42% | 0.77% | - |
| HSV(B) | 181.2º | 0.23% | 0.87% | - |
| XYZ | 55.44 | 65.06 | 78.04 | - |
| YUV | 205.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 221 | 0.23 | 0.00 | 0 | 0.13 | 181.2 | 0.42 | 0.77 |
| Hex | AB | DC | DD | 17 | 0 | 0 | D | B5 | 2A | 4D |
| Octal | 253 | 334 | 335 | 27 | 0 | 0 | 15 | 265 | 52 | 115 |
| Binary | 10101011 | 11011100 | 11011101 | 10111 | 0 | 0 | 1101 | 10110101 | 101010 | 1001101 |
Color Harmonies of #ABDCDD
Complementary color
Monochromatic Colors of #ABDCDD
Black with #ABDCDD
Text Example
Text Example
White with #ABDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCDD; }
p { color: rgb(171,220,221); }
H1.HeaderClassName
{
color: #ABDCDD;
}
.AnyTagClassName
{
color: #ABDCDD;
}
</style>
background-color css
<style>
a { background-color: #ABDCDD; }
a { background-color: rgb(171,220,221); }
div.DivClassName
{
background-color: #ABDCDD;
}
.BgClassName
{
background-color: #ABDCDD;
}
</style>
border-color css
<style>
span { border-color: #ABDCDD; }
span { border-color: rgb(171,220,221); }
td.TdClassName
{
border-color: #ABDCDD;
}
.TagClassName
{
border-color: #ABDCDD;
}
</style>