Shades of Powder Blue #ADD9DC
Tints of Powder Blue #ADD9DC
RGB
CMYK
RGB Variations
Color information
#ADD9DC (or 0xADD9DC) is known color: Powder Blue. HEX triplet: AD, D9 and DC. RGB value is (173,217,220). Sum of RGB (Red+Green+Blue) = 173+217+220=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 217 (85.16% from 255 or 35.57% 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 #ADD9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9DC is #522623. Grayscale: #CCCCCC. Windows color (decimal): -5383716 or 14473645. OLE color: 14473645.
HSL color Cylindrical-coordinate representation of color #ADD9DC: hue angle of 183.83º degrees, saturation: 0.4, 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 #ADD9DC is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 217 | 220 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.14 |
| HSL | 183.83º | 0.4% | 0.77% | - |
| HSV(B) | 183.83º | 0.21% | 0.86% | - |
| XYZ | 54.96 | 63.68 | 77.1 | - |
| YUV | 204.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 220 | 0.21 | 0.01 | 0 | 0.14 | 183.83 | 0.4 | 0.77 |
| Hex | AD | D9 | DC | 15 | 1 | 0 | E | B8 | 28 | 4D |
| Octal | 255 | 331 | 334 | 25 | 1 | 0 | 16 | 270 | 50 | 115 |
| Binary | 10101101 | 11011001 | 11011100 | 10101 | 1 | 0 | 1110 | 10111000 | 101000 | 1001101 |
Color Harmonies of #ADD9DC
Complementary color
Monochromatic Colors of #ADD9DC
Black with #ADD9DC
Text Example
Text Example
White with #ADD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9DC; }
p { color: rgb(173,217,220); }
H1.HeaderClassName
{
color: #ADD9DC;
}
.AnyTagClassName
{
color: #ADD9DC;
}
</style>
background-color css
<style>
a { background-color: #ADD9DC; }
a { background-color: rgb(173,217,220); }
div.DivClassName
{
background-color: #ADD9DC;
}
.BgClassName
{
background-color: #ADD9DC;
}
</style>
border-color css
<style>
span { border-color: #ADD9DC; }
span { border-color: rgb(173,217,220); }
td.TdClassName
{
border-color: #ADD9DC;
}
.TagClassName
{
border-color: #ADD9DC;
}
</style>