Shades of Nebula #A9CAB7
Tints of Nebula #A9CAB7
RGB
CMYK
RGB Variations
Color information
#A9CAB7 (or 0xA9CAB7) is known color: Nebula. HEX triplet: A9, CA and B7. RGB value is (169,202,183). Sum of RGB (Red+Green+Blue) = 169+202+183=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CAB7 is #563548. Grayscale: #BEBEBE. Windows color (decimal): -5649737 or 12044969. OLE color: 12044969.
HSL color Cylindrical-coordinate representation of color #A9CAB7: hue angle of 145.45º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9CAB7 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 183 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.21 |
| HSL | 145.45º | 0.24% | 0.73% | - |
| HSV(B) | 145.45º | 0.16% | 0.79% | - |
| XYZ | 46.03 | 54.09 | 52.82 | - |
| YUV | 189.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 183 | 0.16 | 0 | 0.09 | 0.21 | 145.45 | 0.24 | 0.73 |
| Hex | A9 | CA | B7 | 10 | 0 | 9 | 15 | 91 | 18 | 49 |
| Octal | 251 | 312 | 267 | 20 | 0 | 11 | 25 | 221 | 30 | 111 |
| Binary | 10101001 | 11001010 | 10110111 | 10000 | 0 | 1001 | 10101 | 10010001 | 11000 | 1001001 |
Color Harmonies of #A9CAB7
Complementary color
Monochromatic Colors of #A9CAB7
Black with #A9CAB7
Text Example
Text Example
White with #A9CAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CAB7; }
p { color: rgb(169,202,183); }
H1.HeaderClassName
{
color: #A9CAB7;
}
.AnyTagClassName
{
color: #A9CAB7;
}
</style>
background-color css
<style>
a { background-color: #A9CAB7; }
a { background-color: rgb(169,202,183); }
div.DivClassName
{
background-color: #A9CAB7;
}
.BgClassName
{
background-color: #A9CAB7;
}
</style>
border-color css
<style>
span { border-color: #A9CAB7; }
span { border-color: rgb(169,202,183); }
td.TdClassName
{
border-color: #A9CAB7;
}
.TagClassName
{
border-color: #A9CAB7;
}
</style>