Shades of Nebula #AAD0BF
Tints of Nebula #AAD0BF
RGB
CMYK
RGB Variations
Color information
#AAD0BF (or 0xAAD0BF) is known color: Nebula. HEX triplet: AA, D0 and BF. RGB value is (170,208,191). Sum of RGB (Red+Green+Blue) = 170+208+191=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0BF is #552F40. Grayscale: #C2C2C2. Windows color (decimal): -5582657 or 12570794. OLE color: 12570794.
HSL color Cylindrical-coordinate representation of color #AAD0BF: hue angle of 153.16º 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 #AAD0BF is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 191 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.18 |
| HSL | 153.16º | 0.29% | 0.74% | - |
| HSV(B) | 153.16º | 0.18% | 0.82% | - |
| XYZ | 48.54 | 57.42 | 57.82 | - |
| YUV | 194.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 191 | 0.18 | 0 | 0.08 | 0.18 | 153.16 | 0.29 | 0.74 |
| Hex | AA | D0 | BF | 12 | 0 | 8 | 12 | 99 | 1D | 4A |
| Octal | 252 | 320 | 277 | 22 | 0 | 10 | 22 | 231 | 35 | 112 |
| Binary | 10101010 | 11010000 | 10111111 | 10010 | 0 | 1000 | 10010 | 10011001 | 11101 | 1001010 |
Color Harmonies of #AAD0BF
Complementary color
Monochromatic Colors of #AAD0BF
Black with #AAD0BF
Text Example
Text Example
White with #AAD0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0BF; }
p { color: rgb(170,208,191); }
H1.HeaderClassName
{
color: #AAD0BF;
}
.AnyTagClassName
{
color: #AAD0BF;
}
</style>
background-color css
<style>
a { background-color: #AAD0BF; }
a { background-color: rgb(170,208,191); }
div.DivClassName
{
background-color: #AAD0BF;
}
.BgClassName
{
background-color: #AAD0BF;
}
</style>
border-color css
<style>
span { border-color: #AAD0BF; }
span { border-color: rgb(170,208,191); }
td.TdClassName
{
border-color: #AAD0BF;
}
.TagClassName
{
border-color: #AAD0BF;
}
</style>