Shades of Powder Blue #ADD8DC
Tints of Powder Blue #ADD8DC
RGB
CMYK
RGB Variations
Color information
#ADD8DC (or 0xADD8DC) is known color: Powder Blue. HEX triplet: AD, D8 and DC. RGB value is (173,216,220). Sum of RGB (Red+Green+Blue) = 173+216+220=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8DC is #522723. Grayscale: #CBCBCB. Windows color (decimal): -5383972 or 14473389. OLE color: 14473389.
HSL color Cylindrical-coordinate representation of color #ADD8DC: hue angle of 185.11º 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 #ADD8DC is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 216 | 220 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.14 |
| HSL | 185.11º | 0.4% | 0.77% | - |
| HSV(B) | 185.11º | 0.21% | 0.86% | - |
| XYZ | 54.71 | 63.16 | 77.02 | - |
| YUV | 203.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 220 | 0.21 | 0.02 | 0 | 0.14 | 185.11 | 0.4 | 0.77 |
| Hex | AD | D8 | DC | 15 | 2 | 0 | E | B9 | 28 | 4D |
| Octal | 255 | 330 | 334 | 25 | 2 | 0 | 16 | 271 | 50 | 115 |
| Binary | 10101101 | 11011000 | 11011100 | 10101 | 10 | 0 | 1110 | 10111001 | 101000 | 1001101 |
Color Harmonies of #ADD8DC
Complementary color
Monochromatic Colors of #ADD8DC
Black with #ADD8DC
Text Example
Text Example
White with #ADD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8DC; }
p { color: rgb(173,216,220); }
H1.HeaderClassName
{
color: #ADD8DC;
}
.AnyTagClassName
{
color: #ADD8DC;
}
</style>
background-color css
<style>
a { background-color: #ADD8DC; }
a { background-color: rgb(173,216,220); }
div.DivClassName
{
background-color: #ADD8DC;
}
.BgClassName
{
background-color: #ADD8DC;
}
</style>
border-color css
<style>
span { border-color: #ADD8DC; }
span { border-color: rgb(173,216,220); }
td.TdClassName
{
border-color: #ADD8DC;
}
.TagClassName
{
border-color: #ADD8DC;
}
</style>