Shades of Nebula #A9CBBB
Tints of Nebula #A9CBBB
RGB
CMYK
RGB Variations
Color information
#A9CBBB (or 0xA9CBBB) is known color: Nebula. HEX triplet: A9, CB and BB. RGB value is (169,203,187). Sum of RGB (Red+Green+Blue) = 169+203+187=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBBB is #563444. Grayscale: #BFBFBF. Windows color (decimal): -5649477 or 12307369. OLE color: 12307369.
HSL color Cylindrical-coordinate representation of color #A9CBBB: hue angle of 151.76º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CBBB is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 187 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.20 |
| HSL | 151.76º | 0.25% | 0.73% | - |
| HSV(B) | 151.76º | 0.17% | 0.8% | - |
| XYZ | 46.69 | 54.73 | 55.12 | - |
| YUV | 191.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 187 | 0.17 | 0 | 0.08 | 0.20 | 151.76 | 0.25 | 0.73 |
| Hex | A9 | CB | BB | 11 | 0 | 8 | 14 | 98 | 19 | 49 |
| Octal | 251 | 313 | 273 | 21 | 0 | 10 | 24 | 230 | 31 | 111 |
| Binary | 10101001 | 11001011 | 10111011 | 10001 | 0 | 1000 | 10100 | 10011000 | 11001 | 1001001 |
Color Harmonies of #A9CBBB
Complementary color
Monochromatic Colors of #A9CBBB
Black with #A9CBBB
Text Example
Text Example
White with #A9CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CBBB; }
p { color: rgb(169,203,187); }
H1.HeaderClassName
{
color: #A9CBBB;
}
.AnyTagClassName
{
color: #A9CBBB;
}
</style>
background-color css
<style>
a { background-color: #A9CBBB; }
a { background-color: rgb(169,203,187); }
div.DivClassName
{
background-color: #A9CBBB;
}
.BgClassName
{
background-color: #A9CBBB;
}
</style>
border-color css
<style>
span { border-color: #A9CBBB; }
span { border-color: rgb(169,203,187); }
td.TdClassName
{
border-color: #A9CBBB;
}
.TagClassName
{
border-color: #A9CBBB;
}
</style>