Shades of Nebula #ADDBC1
Tints of Nebula #ADDBC1
RGB
CMYK
RGB Variations
Color information
#ADDBC1 (or 0xADDBC1) is known color: Nebula. HEX triplet: AD, DB and C1. RGB value is (173,219,193). Sum of RGB (Red+Green+Blue) = 173+219+193=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBC1 is #52243E. Grayscale: #CACACA. Windows color (decimal): -5383231 or 12704685. OLE color: 12704685.
HSL color Cylindrical-coordinate representation of color #ADDBC1: hue angle of 146.09º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBC1 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 193 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.14 |
| HSL | 146.09º | 0.39% | 0.77% | - |
| HSV(B) | 146.09º | 0.21% | 0.86% | - |
| XYZ | 52.19 | 63.4 | 59.94 | - |
| YUV | 202.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 193 | 0.21 | 0 | 0.12 | 0.14 | 146.09 | 0.39 | 0.77 |
| Hex | AD | DB | C1 | 15 | 0 | C | E | 92 | 27 | 4D |
| Octal | 255 | 333 | 301 | 25 | 0 | 14 | 16 | 222 | 47 | 115 |
| Binary | 10101101 | 11011011 | 11000001 | 10101 | 0 | 1100 | 1110 | 10010010 | 100111 | 1001101 |
Color Harmonies of #ADDBC1
Complementary color
Monochromatic Colors of #ADDBC1
Black with #ADDBC1
Text Example
Text Example
White with #ADDBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBC1; }
p { color: rgb(173,219,193); }
H1.HeaderClassName
{
color: #ADDBC1;
}
.AnyTagClassName
{
color: #ADDBC1;
}
</style>
background-color css
<style>
a { background-color: #ADDBC1; }
a { background-color: rgb(173,219,193); }
div.DivClassName
{
background-color: #ADDBC1;
}
.BgClassName
{
background-color: #ADDBC1;
}
</style>
border-color css
<style>
span { border-color: #ADDBC1; }
span { border-color: rgb(173,219,193); }
td.TdClassName
{
border-color: #ADDBC1;
}
.TagClassName
{
border-color: #ADDBC1;
}
</style>