Shades of Nebula #A8CBB7
Tints of Nebula #A8CBB7
RGB
CMYK
RGB Variations
Color information
#A8CBB7 (or 0xA8CBB7) is known color: Nebula. HEX triplet: A8, CB and B7. RGB value is (168,203,183). Sum of RGB (Red+Green+Blue) = 168+203+183=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBB7 is #573448. Grayscale: #BEBEBE. Windows color (decimal): -5715017 or 12045224. OLE color: 12045224.
HSL color Cylindrical-coordinate representation of color #A8CBB7: hue angle of 145.71º 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 #A8CBB7 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 183 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.20 |
| HSL | 145.71º | 0.25% | 0.73% | - |
| HSV(B) | 145.71º | 0.17% | 0.8% | - |
| XYZ | 46.05 | 54.46 | 52.88 | - |
| YUV | 190.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 183 | 0.17 | 0 | 0.10 | 0.20 | 145.71 | 0.25 | 0.73 |
| Hex | A8 | CB | B7 | 11 | 0 | A | 14 | 92 | 19 | 49 |
| Octal | 250 | 313 | 267 | 21 | 0 | 12 | 24 | 222 | 31 | 111 |
| Binary | 10101000 | 11001011 | 10110111 | 10001 | 0 | 1010 | 10100 | 10010010 | 11001 | 1001001 |
Color Harmonies of #A8CBB7
Complementary color
Monochromatic Colors of #A8CBB7
Black with #A8CBB7
Text Example
Text Example
White with #A8CBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBB7; }
p { color: rgb(168,203,183); }
H1.HeaderClassName
{
color: #A8CBB7;
}
.AnyTagClassName
{
color: #A8CBB7;
}
</style>
background-color css
<style>
a { background-color: #A8CBB7; }
a { background-color: rgb(168,203,183); }
div.DivClassName
{
background-color: #A8CBB7;
}
.BgClassName
{
background-color: #A8CBB7;
}
</style>
border-color css
<style>
span { border-color: #A8CBB7; }
span { border-color: rgb(168,203,183); }
td.TdClassName
{
border-color: #A8CBB7;
}
.TagClassName
{
border-color: #A8CBB7;
}
</style>