Shades of Powder Blue #AADADD
Tints of Powder Blue #AADADD
RGB
CMYK
RGB Variations
Color information
#AADADD (or 0xAADADD) is known color: Powder Blue. HEX triplet: AA, DA and DD. RGB value is (170,218,221). Sum of RGB (Red+Green+Blue) = 170+218+221=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #AADADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADADD is #552522. Grayscale: #CBCBCB. Windows color (decimal): -5580067 or 14539434. OLE color: 14539434.
HSL color Cylindrical-coordinate representation of color #AADADD: hue angle of 183.53º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADADD is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 218 | 221 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.13 |
| HSL | 183.53º | 0.43% | 0.77% | - |
| HSV(B) | 183.53º | 0.23% | 0.87% | - |
| XYZ | 54.7 | 63.91 | 77.86 | - |
| YUV | 203.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 221 | 0.23 | 0.01 | 0 | 0.13 | 183.53 | 0.43 | 0.77 |
| Hex | AA | DA | DD | 17 | 1 | 0 | D | B8 | 2B | 4D |
| Octal | 252 | 332 | 335 | 27 | 1 | 0 | 15 | 270 | 53 | 115 |
| Binary | 10101010 | 11011010 | 11011101 | 10111 | 1 | 0 | 1101 | 10111000 | 101011 | 1001101 |
Color Harmonies of #AADADD
Complementary color
Monochromatic Colors of #AADADD
Black with #AADADD
Text Example
Text Example
White with #AADADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADADD; }
p { color: rgb(170,218,221); }
H1.HeaderClassName
{
color: #AADADD;
}
.AnyTagClassName
{
color: #AADADD;
}
</style>
background-color css
<style>
a { background-color: #AADADD; }
a { background-color: rgb(170,218,221); }
div.DivClassName
{
background-color: #AADADD;
}
.BgClassName
{
background-color: #AADADD;
}
</style>
border-color css
<style>
span { border-color: #AADADD; }
span { border-color: rgb(170,218,221); }
td.TdClassName
{
border-color: #AADADD;
}
.TagClassName
{
border-color: #AADADD;
}
</style>