Shades of Sinbad #ADD1CF
Tints of Sinbad #ADD1CF
RGB
CMYK
RGB Variations
Color information
#ADD1CF (or 0xADD1CF) is known color: Sinbad. HEX triplet: AD, D1 and CF. RGB value is (173,209,207). Sum of RGB (Red+Green+Blue) = 173+209+207=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1CF is #522E30. Grayscale: #C5C5C5. Windows color (decimal): -5385777 or 13619629. OLE color: 13619629.
HSL color Cylindrical-coordinate representation of color #ADD1CF: hue angle of 176.67º 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 #ADD1CF is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 207 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.18 |
| HSL | 176.67º | 0.28% | 0.75% | - |
| HSV(B) | 176.67º | 0.17% | 0.82% | - |
| XYZ | 51.3 | 58.99 | 67.71 | - |
| YUV | 198.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 207 | 0.17 | 0 | 0.01 | 0.18 | 176.67 | 0.28 | 0.75 |
| Hex | AD | D1 | CF | 11 | 0 | 1 | 12 | B1 | 1C | 4B |
| Octal | 255 | 321 | 317 | 21 | 0 | 1 | 22 | 261 | 34 | 113 |
| Binary | 10101101 | 11010001 | 11001111 | 10001 | 0 | 1 | 10010 | 10110001 | 11100 | 1001011 |
Color Harmonies of #ADD1CF
Complementary color
Monochromatic Colors of #ADD1CF
Black with #ADD1CF
Text Example
Text Example
White with #ADD1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1CF; }
p { color: rgb(173,209,207); }
H1.HeaderClassName
{
color: #ADD1CF;
}
.AnyTagClassName
{
color: #ADD1CF;
}
</style>
background-color css
<style>
a { background-color: #ADD1CF; }
a { background-color: rgb(173,209,207); }
div.DivClassName
{
background-color: #ADD1CF;
}
.BgClassName
{
background-color: #ADD1CF;
}
</style>
border-color css
<style>
span { border-color: #ADD1CF; }
span { border-color: rgb(173,209,207); }
td.TdClassName
{
border-color: #ADD1CF;
}
.TagClassName
{
border-color: #ADD1CF;
}
</style>