Shades of Nebula #ABDBC1
Tints of Nebula #ABDBC1
RGB
CMYK
RGB Variations
Color information
#ABDBC1 (or 0xABDBC1) is known color: Nebula. HEX triplet: AB, DB and C1. RGB value is (171,219,193). Sum of RGB (Red+Green+Blue) = 171+219+193=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBC1 is #54243E. Grayscale: #C9C9C9. Windows color (decimal): -5514303 or 12704683. OLE color: 12704683.
HSL color Cylindrical-coordinate representation of color #ABDBC1: hue angle of 147.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDBC1 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 219 | 193 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.14 |
| HSL | 147.5º | 0.4% | 0.76% | - |
| HSV(B) | 147.5º | 0.22% | 0.86% | - |
| XYZ | 51.75 | 63.17 | 59.92 | - |
| YUV | 201.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 193 | 0.22 | 0 | 0.12 | 0.14 | 147.5 | 0.4 | 0.76 |
| Hex | AB | DB | C1 | 16 | 0 | C | E | 94 | 28 | 4C |
| Octal | 253 | 333 | 301 | 26 | 0 | 14 | 16 | 224 | 50 | 114 |
| Binary | 10101011 | 11011011 | 11000001 | 10110 | 0 | 1100 | 1110 | 10010100 | 101000 | 1001100 |
Color Harmonies of #ABDBC1
Complementary color
Monochromatic Colors of #ABDBC1
Black with #ABDBC1
Text Example
Text Example
White with #ABDBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBC1; }
p { color: rgb(171,219,193); }
H1.HeaderClassName
{
color: #ABDBC1;
}
.AnyTagClassName
{
color: #ABDBC1;
}
</style>
background-color css
<style>
a { background-color: #ABDBC1; }
a { background-color: rgb(171,219,193); }
div.DivClassName
{
background-color: #ABDBC1;
}
.BgClassName
{
background-color: #ABDBC1;
}
</style>
border-color css
<style>
span { border-color: #ABDBC1; }
span { border-color: rgb(171,219,193); }
td.TdClassName
{
border-color: #ABDBC1;
}
.TagClassName
{
border-color: #ABDBC1;
}
</style>