Shades of Powder Blue #ADDDDD
Tints of Powder Blue #ADDDDD
RGB
CMYK
RGB Variations
Color information
#ADDDDD (or 0xADDDDD) is known color: Powder Blue. HEX triplet: AD, DD and DD. RGB value is (173,221,221). Sum of RGB (Red+Green+Blue) = 173+221+221=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #ADDDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDDD is #522222. Grayscale: #CECECE. Windows color (decimal): -5382691 or 14540205. OLE color: 14540205.
HSL color Cylindrical-coordinate representation of color #ADDDDD: hue angle of 180º 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 #ADDDDD is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 221 | - |
| CMYK | 0.22 | 0 | 0 | 0.13 |
| HSL | 180º | 0.41% | 0.77% | - |
| HSV(B) | 180º | 0.22% | 0.87% | - |
| XYZ | 56.14 | 65.82 | 78.15 | - |
| YUV | 206.65 | 136.1 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 221 | 0.22 | 0 | 0 | 0.13 | 180 | 0.41 | 0.77 |
| Hex | AD | DD | DD | 16 | 0 | 0 | D | B4 | 29 | 4D |
| Octal | 255 | 335 | 335 | 26 | 0 | 0 | 15 | 264 | 51 | 115 |
| Binary | 10101101 | 11011101 | 11011101 | 10110 | 0 | 0 | 1101 | 10110100 | 101001 | 1001101 |
Color Harmonies of #ADDDDD
Complementary color
Monochromatic Colors of #ADDDDD
Black with #ADDDDD
Text Example
Text Example
White with #ADDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDDD; }
p { color: rgb(173,221,221); }
H1.HeaderClassName
{
color: #ADDDDD;
}
.AnyTagClassName
{
color: #ADDDDD;
}
</style>
background-color css
<style>
a { background-color: #ADDDDD; }
a { background-color: rgb(173,221,221); }
div.DivClassName
{
background-color: #ADDDDD;
}
.BgClassName
{
background-color: #ADDDDD;
}
</style>
border-color css
<style>
span { border-color: #ADDDDD; }
span { border-color: rgb(173,221,221); }
td.TdClassName
{
border-color: #ADDDDD;
}
.TagClassName
{
border-color: #ADDDDD;
}
</style>