Shades of Powder Blue #ADD7DC
Tints of Powder Blue #ADD7DC
RGB
CMYK
RGB Variations
Color information
#ADD7DC (or 0xADD7DC) is known color: Powder Blue. HEX triplet: AD, D7 and DC. RGB value is (173,215,220). Sum of RGB (Red+Green+Blue) = 173+215+220=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7DC is #522823. Grayscale: #CACACA. Windows color (decimal): -5384228 or 14473133. OLE color: 14473133.
HSL color Cylindrical-coordinate representation of color #ADD7DC: hue angle of 186.38º 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 #ADD7DC is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 215 | 220 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.14 |
| HSL | 186.38º | 0.4% | 0.77% | - |
| HSV(B) | 186.38º | 0.21% | 0.86% | - |
| XYZ | 54.45 | 62.65 | 76.93 | - |
| YUV | 203.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 220 | 0.21 | 0.02 | 0 | 0.14 | 186.38 | 0.4 | 0.77 |
| Hex | AD | D7 | DC | 15 | 2 | 0 | E | BA | 28 | 4D |
| Octal | 255 | 327 | 334 | 25 | 2 | 0 | 16 | 272 | 50 | 115 |
| Binary | 10101101 | 11010111 | 11011100 | 10101 | 10 | 0 | 1110 | 10111010 | 101000 | 1001101 |
Color Harmonies of #ADD7DC
Complementary color
Monochromatic Colors of #ADD7DC
Black with #ADD7DC
Text Example
Text Example
White with #ADD7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7DC; }
p { color: rgb(173,215,220); }
H1.HeaderClassName
{
color: #ADD7DC;
}
.AnyTagClassName
{
color: #ADD7DC;
}
</style>
background-color css
<style>
a { background-color: #ADD7DC; }
a { background-color: rgb(173,215,220); }
div.DivClassName
{
background-color: #ADD7DC;
}
.BgClassName
{
background-color: #ADD7DC;
}
</style>
border-color css
<style>
span { border-color: #ADD7DC; }
span { border-color: rgb(173,215,220); }
td.TdClassName
{
border-color: #ADD7DC;
}
.TagClassName
{
border-color: #ADD7DC;
}
</style>