Shades of Powder Blue #ADDADD
Tints of Powder Blue #ADDADD
RGB
CMYK
RGB Variations
Color information
#ADDADD (or 0xADDADD) is known color: Powder Blue. HEX triplet: AD, DA and DD. RGB value is (173,218,221). Sum of RGB (Red+Green+Blue) = 173+218+221=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADDADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDADD is #522522. Grayscale: #CCCCCC. Windows color (decimal): -5383459 or 14539437. OLE color: 14539437.
HSL color Cylindrical-coordinate representation of color #ADDADD: hue angle of 183.75º 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 #ADDADD is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 218 | 221 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.13 |
| HSL | 183.75º | 0.41% | 0.77% | - |
| HSV(B) | 183.75º | 0.22% | 0.87% | - |
| XYZ | 55.36 | 64.25 | 77.89 | - |
| YUV | 204.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 221 | 0.22 | 0.01 | 0 | 0.13 | 183.75 | 0.41 | 0.77 |
| Hex | AD | DA | DD | 16 | 1 | 0 | D | B8 | 29 | 4D |
| Octal | 255 | 332 | 335 | 26 | 1 | 0 | 15 | 270 | 51 | 115 |
| Binary | 10101101 | 11011010 | 11011101 | 10110 | 1 | 0 | 1101 | 10111000 | 101001 | 1001101 |
Color Harmonies of #ADDADD
Complementary color
Monochromatic Colors of #ADDADD
Black with #ADDADD
Text Example
Text Example
White with #ADDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDADD; }
p { color: rgb(173,218,221); }
H1.HeaderClassName
{
color: #ADDADD;
}
.AnyTagClassName
{
color: #ADDADD;
}
</style>
background-color css
<style>
a { background-color: #ADDADD; }
a { background-color: rgb(173,218,221); }
div.DivClassName
{
background-color: #ADDADD;
}
.BgClassName
{
background-color: #ADDADD;
}
</style>
border-color css
<style>
span { border-color: #ADDADD; }
span { border-color: rgb(173,218,221); }
td.TdClassName
{
border-color: #ADDADD;
}
.TagClassName
{
border-color: #ADDADD;
}
</style>