Shades of Sinbad #ADD0CF
Tints of Sinbad #ADD0CF
RGB
CMYK
RGB Variations
Color information
#ADD0CF (or 0xADD0CF) is known color: Sinbad. HEX triplet: AD, D0 and CF. RGB value is (173,208,207). Sum of RGB (Red+Green+Blue) = 173+208+207=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0CF is #522F30. Grayscale: #C5C5C5. Windows color (decimal): -5386033 or 13619373. OLE color: 13619373.
HSL color Cylindrical-coordinate representation of color #ADD0CF: hue angle of 178.29º degrees, saturation: 0.27, 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 #ADD0CF is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 207 | - |
| CMYK | 0.17 | 0 | 0.00 | 0.18 |
| HSL | 178.29º | 0.27% | 0.75% | - |
| HSV(B) | 178.29º | 0.17% | 0.82% | - |
| XYZ | 51.05 | 58.5 | 67.63 | - |
| YUV | 197.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 207 | 0.17 | 0 | 0.00 | 0.18 | 178.29 | 0.27 | 0.75 |
| Hex | AD | D0 | CF | 11 | 0 | 0 | 12 | B2 | 1B | 4B |
| Octal | 255 | 320 | 317 | 21 | 0 | 0 | 22 | 262 | 33 | 113 |
| Binary | 10101101 | 11010000 | 11001111 | 10001 | 0 | 0 | 10010 | 10110010 | 11011 | 1001011 |
Color Harmonies of #ADD0CF
Complementary color
Monochromatic Colors of #ADD0CF
Black with #ADD0CF
Text Example
Text Example
White with #ADD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0CF; }
p { color: rgb(173,208,207); }
H1.HeaderClassName
{
color: #ADD0CF;
}
.AnyTagClassName
{
color: #ADD0CF;
}
</style>
background-color css
<style>
a { background-color: #ADD0CF; }
a { background-color: rgb(173,208,207); }
div.DivClassName
{
background-color: #ADD0CF;
}
.BgClassName
{
background-color: #ADD0CF;
}
</style>
border-color css
<style>
span { border-color: #ADD0CF; }
span { border-color: rgb(173,208,207); }
td.TdClassName
{
border-color: #ADD0CF;
}
.TagClassName
{
border-color: #ADD0CF;
}
</style>