Shades of Nebula #A8CDBB
Tints of Nebula #A8CDBB
RGB
CMYK
RGB Variations
Color information
#A8CDBB (or 0xA8CDBB) is known color: Nebula. HEX triplet: A8, CD and BB. RGB value is (168,205,187). Sum of RGB (Red+Green+Blue) = 168+205+187=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CDBB is #573244. Grayscale: #BFBFBF. Windows color (decimal): -5714501 or 12307880. OLE color: 12307880.
HSL color Cylindrical-coordinate representation of color #A8CDBB: hue angle of 150.81º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CDBB is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 187 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.20 |
| HSL | 150.81º | 0.27% | 0.73% | - |
| HSV(B) | 150.81º | 0.18% | 0.8% | - |
| XYZ | 46.95 | 55.58 | 55.27 | - |
| YUV | 191.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 187 | 0.18 | 0 | 0.09 | 0.20 | 150.81 | 0.27 | 0.73 |
| Hex | A8 | CD | BB | 12 | 0 | 9 | 14 | 97 | 1B | 49 |
| Octal | 250 | 315 | 273 | 22 | 0 | 11 | 24 | 227 | 33 | 111 |
| Binary | 10101000 | 11001101 | 10111011 | 10010 | 0 | 1001 | 10100 | 10010111 | 11011 | 1001001 |
Color Harmonies of #A8CDBB
Complementary color
Monochromatic Colors of #A8CDBB
Black with #A8CDBB
Text Example
Text Example
White with #A8CDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDBB; }
p { color: rgb(168,205,187); }
H1.HeaderClassName
{
color: #A8CDBB;
}
.AnyTagClassName
{
color: #A8CDBB;
}
</style>
background-color css
<style>
a { background-color: #A8CDBB; }
a { background-color: rgb(168,205,187); }
div.DivClassName
{
background-color: #A8CDBB;
}
.BgClassName
{
background-color: #A8CDBB;
}
</style>
border-color css
<style>
span { border-color: #A8CDBB; }
span { border-color: rgb(168,205,187); }
td.TdClassName
{
border-color: #A8CDBB;
}
.TagClassName
{
border-color: #A8CDBB;
}
</style>