Shades of Nebula #ABD6C1
Tints of Nebula #ABD6C1
RGB
CMYK
RGB Variations
Color information
#ABD6C1 (or 0xABD6C1) is known color: Nebula. HEX triplet: AB, D6 and C1. RGB value is (171,214,193). Sum of RGB (Red+Green+Blue) = 171+214+193=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6C1 is #54293E. Grayscale: #C6C6C6. Windows color (decimal): -5515583 or 12703403. OLE color: 12703403.
HSL color Cylindrical-coordinate representation of color #ABD6C1: hue angle of 150.7º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD6C1 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 214 | 193 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.16 |
| HSL | 150.7º | 0.34% | 0.75% | - |
| HSV(B) | 150.7º | 0.2% | 0.84% | - |
| XYZ | 50.47 | 60.6 | 59.49 | - |
| YUV | 198.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 214 | 193 | 0.20 | 0 | 0.10 | 0.16 | 150.7 | 0.34 | 0.75 |
| Hex | AB | D6 | C1 | 14 | 0 | A | 10 | 97 | 22 | 4B |
| Octal | 253 | 326 | 301 | 24 | 0 | 12 | 20 | 227 | 42 | 113 |
| Binary | 10101011 | 11010110 | 11000001 | 10100 | 0 | 1010 | 10000 | 10010111 | 100010 | 1001011 |
Color Harmonies of #ABD6C1
Complementary color
Monochromatic Colors of #ABD6C1
Black with #ABD6C1
Text Example
Text Example
White with #ABD6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD6C1; }
p { color: rgb(171,214,193); }
H1.HeaderClassName
{
color: #ABD6C1;
}
.AnyTagClassName
{
color: #ABD6C1;
}
</style>
background-color css
<style>
a { background-color: #ABD6C1; }
a { background-color: rgb(171,214,193); }
div.DivClassName
{
background-color: #ABD6C1;
}
.BgClassName
{
background-color: #ABD6C1;
}
</style>
border-color css
<style>
span { border-color: #ABD6C1; }
span { border-color: rgb(171,214,193); }
td.TdClassName
{
border-color: #ABD6C1;
}
.TagClassName
{
border-color: #ABD6C1;
}
</style>