Shades of Powder Blue #ADD9DD
Tints of Powder Blue #ADD9DD
RGB
CMYK
RGB Variations
Color information
#ADD9DD (or 0xADD9DD) is known color: Powder Blue. HEX triplet: AD, D9 and DD. RGB value is (173,217,221). Sum of RGB (Red+Green+Blue) = 173+217+221=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADD9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9DD is #522622. Grayscale: #CCCCCC. Windows color (decimal): -5383715 or 14539181. OLE color: 14539181.
HSL color Cylindrical-coordinate representation of color #ADD9DD: hue angle of 185º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADD9DD is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 217 | 221 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.13 |
| HSL | 185º | 0.41% | 0.77% | - |
| HSV(B) | 185º | 0.22% | 0.87% | - |
| XYZ | 55.1 | 63.73 | 77.8 | - |
| YUV | 204.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 221 | 0.22 | 0.02 | 0 | 0.13 | 185 | 0.41 | 0.77 |
| Hex | AD | D9 | DD | 16 | 2 | 0 | D | B9 | 29 | 4D |
| Octal | 255 | 331 | 335 | 26 | 2 | 0 | 15 | 271 | 51 | 115 |
| Binary | 10101101 | 11011001 | 11011101 | 10110 | 10 | 0 | 1101 | 10111001 | 101001 | 1001101 |
Color Harmonies of #ADD9DD
Complementary color
Monochromatic Colors of #ADD9DD
Black with #ADD9DD
Text Example
Text Example
White with #ADD9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9DD; }
p { color: rgb(173,217,221); }
H1.HeaderClassName
{
color: #ADD9DD;
}
.AnyTagClassName
{
color: #ADD9DD;
}
</style>
background-color css
<style>
a { background-color: #ADD9DD; }
a { background-color: rgb(173,217,221); }
div.DivClassName
{
background-color: #ADD9DD;
}
.BgClassName
{
background-color: #ADD9DD;
}
</style>
border-color css
<style>
span { border-color: #ADD9DD; }
span { border-color: rgb(173,217,221); }
td.TdClassName
{
border-color: #ADD9DD;
}
.TagClassName
{
border-color: #ADD9DD;
}
</style>