Shades of Sinbad #ADD1D1
Tints of Sinbad #ADD1D1
RGB
CMYK
RGB Variations
Color information
#ADD1D1 (or 0xADD1D1) is known color: Sinbad. HEX triplet: AD, D1 and D1. RGB value is (173,209,209). Sum of RGB (Red+Green+Blue) = 173+209+209=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #ADD1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1D1 is #522E2E. Grayscale: #C6C6C6. Windows color (decimal): -5385775 or 13750701. OLE color: 13750701.
HSL color Cylindrical-coordinate representation of color #ADD1D1: hue angle of 180º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD1D1 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 209 | - |
| CMYK | 0.17 | 0 | 0 | 0.18 |
| HSL | 180º | 0.28% | 0.75% | - |
| HSV(B) | 180º | 0.17% | 0.82% | - |
| XYZ | 51.54 | 59.09 | 69.01 | - |
| YUV | 198.24 | 134.07 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 209 | 0.17 | 0 | 0 | 0.18 | 180 | 0.28 | 0.75 |
| Hex | AD | D1 | D1 | 11 | 0 | 0 | 12 | B4 | 1C | 4B |
| Octal | 255 | 321 | 321 | 21 | 0 | 0 | 22 | 264 | 34 | 113 |
| Binary | 10101101 | 11010001 | 11010001 | 10001 | 0 | 0 | 10010 | 10110100 | 11100 | 1001011 |
Color Harmonies of #ADD1D1
Complementary color
Monochromatic Colors of #ADD1D1
Black with #ADD1D1
Text Example
Text Example
White with #ADD1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1D1; }
p { color: rgb(173,209,209); }
H1.HeaderClassName
{
color: #ADD1D1;
}
.AnyTagClassName
{
color: #ADD1D1;
}
</style>
background-color css
<style>
a { background-color: #ADD1D1; }
a { background-color: rgb(173,209,209); }
div.DivClassName
{
background-color: #ADD1D1;
}
.BgClassName
{
background-color: #ADD1D1;
}
</style>
border-color css
<style>
span { border-color: #ADD1D1; }
span { border-color: rgb(173,209,209); }
td.TdClassName
{
border-color: #ADD1D1;
}
.TagClassName
{
border-color: #ADD1D1;
}
</style>