Shades of Nebula #A8CDB9
Tints of Nebula #A8CDB9
RGB
CMYK
RGB Variations
Color information
#A8CDB9 (or 0xA8CDB9) is known color: Nebula. HEX triplet: A8, CD and B9. RGB value is (168,205,185). Sum of RGB (Red+Green+Blue) = 168+205+185=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CDB9 is #573246. Grayscale: #BFBFBF. Windows color (decimal): -5714503 or 12176808. OLE color: 12176808.
HSL color Cylindrical-coordinate representation of color #A8CDB9: hue angle of 147.57º 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 #A8CDB9 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 168 | 205 | 185 | - |
CMYK | 0.18 | 0 | 0.10 | 0.20 |
HSL | 147.57º | 0.27% | 0.73% | - |
HSV(B) | 147.57º | 0.18% | 0.8% | - |
XYZ | 46.74 | 55.49 | 54.15 | - |
YUV | 191.66 | 124.24 | 111.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 205 | 185 | 0.18 | 0 | 0.10 | 0.20 | 147.57 | 0.27 | 0.73 |
Hex | A8 | CD | B9 | 12 | 0 | A | 14 | 94 | 1B | 49 |
Octal | 250 | 315 | 271 | 22 | 0 | 12 | 24 | 224 | 33 | 111 |
Binary | 10101000 | 11001101 | 10111001 | 10010 | 0 | 1010 | 10100 | 10010100 | 11011 | 1001001 |
Color Harmonies of #A8CDB9
Complementary color
Monochromatic Colors of #A8CDB9
Black with #A8CDB9
Text Example
Text Example
White with #A8CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDB9; }
p { color: rgb(168,205,185); }
H1.HeaderClassName
{
color: #A8CDB9;
}
.AnyTagClassName
{
color: #A8CDB9;
}
</style>
background-color css
<style>
a { background-color: #A8CDB9; }
a { background-color: rgb(168,205,185); }
div.DivClassName
{
background-color: #A8CDB9;
}
.BgClassName
{
background-color: #A8CDB9;
}
</style>
border-color css
<style>
span { border-color: #A8CDB9; }
span { border-color: rgb(168,205,185); }
td.TdClassName
{
border-color: #A8CDB9;
}
.TagClassName
{
border-color: #A8CDB9;
}
</style>