Shades of Nebula #AAD5BB
Tints of Nebula #AAD5BB
RGB
CMYK
RGB Variations
Color information
#AAD5BB (or 0xAAD5BB) is known color: Nebula. HEX triplet: AA, D5 and BB. RGB value is (170,213,187). Sum of RGB (Red+Green+Blue) = 170+213+187=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5BB is #552A44. Grayscale: #C5C5C5. Windows color (decimal): -5581381 or 12309930. OLE color: 12309930.
HSL color Cylindrical-coordinate representation of color #AAD5BB: hue angle of 143.72º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD5BB is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 187 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.16 |
| HSL | 143.72º | 0.34% | 0.75% | - |
| HSV(B) | 143.72º | 0.2% | 0.84% | - |
| XYZ | 49.34 | 59.72 | 55.94 | - |
| YUV | 197.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 187 | 0.20 | 0 | 0.12 | 0.16 | 143.72 | 0.34 | 0.75 |
| Hex | AA | D5 | BB | 14 | 0 | C | 10 | 90 | 22 | 4B |
| Octal | 252 | 325 | 273 | 24 | 0 | 14 | 20 | 220 | 42 | 113 |
| Binary | 10101010 | 11010101 | 10111011 | 10100 | 0 | 1100 | 10000 | 10010000 | 100010 | 1001011 |
Color Harmonies of #AAD5BB
Complementary color
Monochromatic Colors of #AAD5BB
Black with #AAD5BB
Text Example
Text Example
White with #AAD5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD5BB; }
p { color: rgb(170,213,187); }
H1.HeaderClassName
{
color: #AAD5BB;
}
.AnyTagClassName
{
color: #AAD5BB;
}
</style>
background-color css
<style>
a { background-color: #AAD5BB; }
a { background-color: rgb(170,213,187); }
div.DivClassName
{
background-color: #AAD5BB;
}
.BgClassName
{
background-color: #AAD5BB;
}
</style>
border-color css
<style>
span { border-color: #AAD5BB; }
span { border-color: rgb(170,213,187); }
td.TdClassName
{
border-color: #AAD5BB;
}
.TagClassName
{
border-color: #AAD5BB;
}
</style>