Shades of Powder Blue #ADDCDD
Tints of Powder Blue #ADDCDD
RGB
CMYK
RGB Variations
Color information
#ADDCDD (or 0xADDCDD) is known color: Powder Blue. HEX triplet: AD, DC and DD. RGB value is (173,220,221). Sum of RGB (Red+Green+Blue) = 173+220+221=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCDD is #522322. Grayscale: #CECECE. Windows color (decimal): -5382947 or 14539949. OLE color: 14539949.
HSL color Cylindrical-coordinate representation of color #ADDCDD: hue angle of 181.25º 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 #ADDCDD is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 220 | 221 | - |
| CMYK | 0.22 | 0.00 | 0 | 0.13 |
| HSL | 181.25º | 0.41% | 0.77% | - |
| HSV(B) | 181.25º | 0.22% | 0.87% | - |
| XYZ | 55.88 | 65.29 | 78.06 | - |
| YUV | 206.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 221 | 0.22 | 0.00 | 0 | 0.13 | 181.25 | 0.41 | 0.77 |
| Hex | AD | DC | DD | 16 | 0 | 0 | D | B5 | 29 | 4D |
| Octal | 255 | 334 | 335 | 26 | 0 | 0 | 15 | 265 | 51 | 115 |
| Binary | 10101101 | 11011100 | 11011101 | 10110 | 0 | 0 | 1101 | 10110101 | 101001 | 1001101 |
Color Harmonies of #ADDCDD
Complementary color
Monochromatic Colors of #ADDCDD
Black with #ADDCDD
Text Example
Text Example
White with #ADDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCDD; }
p { color: rgb(173,220,221); }
H1.HeaderClassName
{
color: #ADDCDD;
}
.AnyTagClassName
{
color: #ADDCDD;
}
</style>
background-color css
<style>
a { background-color: #ADDCDD; }
a { background-color: rgb(173,220,221); }
div.DivClassName
{
background-color: #ADDCDD;
}
.BgClassName
{
background-color: #ADDCDD;
}
</style>
border-color css
<style>
span { border-color: #ADDCDD; }
span { border-color: rgb(173,220,221); }
td.TdClassName
{
border-color: #ADDCDD;
}
.TagClassName
{
border-color: #ADDCDD;
}
</style>