Shades of Powder Blue #ADD9DB
Tints of Powder Blue #ADD9DB
RGB
CMYK
RGB Variations
Color information
#ADD9DB (or 0xADD9DB) is known color: Powder Blue. HEX triplet: AD, D9 and DB. RGB value is (173,217,219). Sum of RGB (Red+Green+Blue) = 173+217+219=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADD9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9DB is #522624. Grayscale: #CCCCCC. Windows color (decimal): -5383717 or 14408109. OLE color: 14408109.
HSL color Cylindrical-coordinate representation of color #ADD9DB: hue angle of 182.61º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD9DB is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 217 | 219 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.14 |
| HSL | 182.61º | 0.39% | 0.77% | - |
| HSV(B) | 182.61º | 0.21% | 0.86% | - |
| XYZ | 54.83 | 63.62 | 76.41 | - |
| YUV | 204.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 219 | 0.21 | 0.01 | 0 | 0.14 | 182.61 | 0.39 | 0.77 |
| Hex | AD | D9 | DB | 15 | 1 | 0 | E | B7 | 27 | 4D |
| Octal | 255 | 331 | 333 | 25 | 1 | 0 | 16 | 267 | 47 | 115 |
| Binary | 10101101 | 11011001 | 11011011 | 10101 | 1 | 0 | 1110 | 10110111 | 100111 | 1001101 |
Color Harmonies of #ADD9DB
Complementary color
Monochromatic Colors of #ADD9DB
Black with #ADD9DB
Text Example
Text Example
White with #ADD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9DB; }
p { color: rgb(173,217,219); }
H1.HeaderClassName
{
color: #ADD9DB;
}
.AnyTagClassName
{
color: #ADD9DB;
}
</style>
background-color css
<style>
a { background-color: #ADD9DB; }
a { background-color: rgb(173,217,219); }
div.DivClassName
{
background-color: #ADD9DB;
}
.BgClassName
{
background-color: #ADD9DB;
}
</style>
border-color css
<style>
span { border-color: #ADD9DB; }
span { border-color: rgb(173,217,219); }
td.TdClassName
{
border-color: #ADD9DB;
}
.TagClassName
{
border-color: #ADD9DB;
}
</style>