Shades of Nebula #AAD0BB
Tints of Nebula #AAD0BB
RGB
CMYK
RGB Variations
Color information
#AAD0BB (or 0xAAD0BB) is known color: Nebula. HEX triplet: AA, D0 and BB. RGB value is (170,208,187). Sum of RGB (Red+Green+Blue) = 170+208+187=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0BB is #552F44. Grayscale: #C2C2C2. Windows color (decimal): -5582661 or 12308650. OLE color: 12308650.
HSL color Cylindrical-coordinate representation of color #AAD0BB: hue angle of 146.84º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0BB is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 187 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.18 |
| HSL | 146.84º | 0.29% | 0.74% | - |
| HSV(B) | 146.84º | 0.18% | 0.82% | - |
| XYZ | 48.1 | 57.25 | 55.53 | - |
| YUV | 194.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 187 | 0.18 | 0 | 0.10 | 0.18 | 146.84 | 0.29 | 0.74 |
| Hex | AA | D0 | BB | 12 | 0 | A | 12 | 93 | 1D | 4A |
| Octal | 252 | 320 | 273 | 22 | 0 | 12 | 22 | 223 | 35 | 112 |
| Binary | 10101010 | 11010000 | 10111011 | 10010 | 0 | 1010 | 10010 | 10010011 | 11101 | 1001010 |
Color Harmonies of #AAD0BB
Complementary color
Monochromatic Colors of #AAD0BB
Black with #AAD0BB
Text Example
Text Example
White with #AAD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0BB; }
p { color: rgb(170,208,187); }
H1.HeaderClassName
{
color: #AAD0BB;
}
.AnyTagClassName
{
color: #AAD0BB;
}
</style>
background-color css
<style>
a { background-color: #AAD0BB; }
a { background-color: rgb(170,208,187); }
div.DivClassName
{
background-color: #AAD0BB;
}
.BgClassName
{
background-color: #AAD0BB;
}
</style>
border-color css
<style>
span { border-color: #AAD0BB; }
span { border-color: rgb(170,208,187); }
td.TdClassName
{
border-color: #AAD0BB;
}
.TagClassName
{
border-color: #AAD0BB;
}
</style>