Shades of Sinbad #ADD0CB
Tints of Sinbad #ADD0CB
RGB
CMYK
RGB Variations
Color information
#ADD0CB (or 0xADD0CB) is known color: Sinbad. HEX triplet: AD, D0 and CB. RGB value is (173,208,203). Sum of RGB (Red+Green+Blue) = 173+208+203=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0CB is #522F34. Grayscale: #C4C4C4. Windows color (decimal): -5386037 or 13357229. OLE color: 13357229.
HSL color Cylindrical-coordinate representation of color #ADD0CB: hue angle of 171.43º 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 #ADD0CB is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 203 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.18 |
| HSL | 171.43º | 0.27% | 0.75% | - |
| HSV(B) | 171.43º | 0.17% | 0.82% | - |
| XYZ | 50.57 | 58.31 | 65.09 | - |
| YUV | 196.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 203 | 0.17 | 0 | 0.02 | 0.18 | 171.43 | 0.27 | 0.75 |
| Hex | AD | D0 | CB | 11 | 0 | 2 | 12 | AB | 1B | 4B |
| Octal | 255 | 320 | 313 | 21 | 0 | 2 | 22 | 253 | 33 | 113 |
| Binary | 10101101 | 11010000 | 11001011 | 10001 | 0 | 10 | 10010 | 10101011 | 11011 | 1001011 |
Color Harmonies of #ADD0CB
Complementary color
Monochromatic Colors of #ADD0CB
Black with #ADD0CB
Text Example
Text Example
White with #ADD0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0CB; }
p { color: rgb(173,208,203); }
H1.HeaderClassName
{
color: #ADD0CB;
}
.AnyTagClassName
{
color: #ADD0CB;
}
</style>
background-color css
<style>
a { background-color: #ADD0CB; }
a { background-color: rgb(173,208,203); }
div.DivClassName
{
background-color: #ADD0CB;
}
.BgClassName
{
background-color: #ADD0CB;
}
</style>
border-color css
<style>
span { border-color: #ADD0CB; }
span { border-color: rgb(173,208,203); }
td.TdClassName
{
border-color: #ADD0CB;
}
.TagClassName
{
border-color: #ADD0CB;
}
</style>