Shades of Nebula #ADD3BF
Tints of Nebula #ADD3BF
RGB
CMYK
RGB Variations
Color information
#ADD3BF (or 0xADD3BF) is known color: Nebula. HEX triplet: AD, D3 and BF. RGB value is (173,211,191). Sum of RGB (Red+Green+Blue) = 173+211+191=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3BF is #522C40. Grayscale: #C5C5C5. Windows color (decimal): -5385281 or 12571565. OLE color: 12571565.
HSL color Cylindrical-coordinate representation of color #ADD3BF: hue angle of 148.42º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD3BF is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 191 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.17 |
| HSL | 148.42º | 0.3% | 0.75% | - |
| HSV(B) | 148.42º | 0.18% | 0.83% | - |
| XYZ | 49.93 | 59.23 | 58.09 | - |
| YUV | 197.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 191 | 0.18 | 0 | 0.09 | 0.17 | 148.42 | 0.3 | 0.75 |
| Hex | AD | D3 | BF | 12 | 0 | 9 | 11 | 94 | 1E | 4B |
| Octal | 255 | 323 | 277 | 22 | 0 | 11 | 21 | 224 | 36 | 113 |
| Binary | 10101101 | 11010011 | 10111111 | 10010 | 0 | 1001 | 10001 | 10010100 | 11110 | 1001011 |
Color Harmonies of #ADD3BF
Complementary color
Monochromatic Colors of #ADD3BF
Black with #ADD3BF
Text Example
Text Example
White with #ADD3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3BF; }
p { color: rgb(173,211,191); }
H1.HeaderClassName
{
color: #ADD3BF;
}
.AnyTagClassName
{
color: #ADD3BF;
}
</style>
background-color css
<style>
a { background-color: #ADD3BF; }
a { background-color: rgb(173,211,191); }
div.DivClassName
{
background-color: #ADD3BF;
}
.BgClassName
{
background-color: #ADD3BF;
}
</style>
border-color css
<style>
span { border-color: #ADD3BF; }
span { border-color: rgb(173,211,191); }
td.TdClassName
{
border-color: #ADD3BF;
}
.TagClassName
{
border-color: #ADD3BF;
}
</style>