Shades of Sinbad #ADD8D9
Tints of Sinbad #ADD8D9
RGB
CMYK
RGB Variations
Color information
#ADD8D9 (or 0xADD8D9) is known color: Sinbad. HEX triplet: AD, D8 and D9. RGB value is (173,216,217). Sum of RGB (Red+Green+Blue) = 173+216+217=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADD8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8D9 is #522726. Grayscale: #CBCBCB. Windows color (decimal): -5383975 or 14276781. OLE color: 14276781.
HSL color Cylindrical-coordinate representation of color #ADD8D9: hue angle of 181.36º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD8D9 is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 217 | - |
| CMYK | 0.20 | 0.00 | 0 | 0.15 |
| HSL | 181.36º | 0.37% | 0.76% | - |
| HSV(B) | 181.36º | 0.2% | 0.85% | - |
| XYZ | 54.31 | 63.01 | 74.94 | - |
| YUV | 203.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 217 | 0.20 | 0.00 | 0 | 0.15 | 181.36 | 0.37 | 0.76 |
| Hex | AD | D8 | D9 | 14 | 0 | 0 | F | B5 | 25 | 4C |
| Octal | 255 | 330 | 331 | 24 | 0 | 0 | 17 | 265 | 45 | 114 |
| Binary | 10101101 | 11011000 | 11011001 | 10100 | 0 | 0 | 1111 | 10110101 | 100101 | 1001100 |
Color Harmonies of #ADD8D9
Complementary color
Monochromatic Colors of #ADD8D9
Black with #ADD8D9
Text Example
Text Example
White with #ADD8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8D9; }
p { color: rgb(173,216,217); }
H1.HeaderClassName
{
color: #ADD8D9;
}
.AnyTagClassName
{
color: #ADD8D9;
}
</style>
background-color css
<style>
a { background-color: #ADD8D9; }
a { background-color: rgb(173,216,217); }
div.DivClassName
{
background-color: #ADD8D9;
}
.BgClassName
{
background-color: #ADD8D9;
}
</style>
border-color css
<style>
span { border-color: #ADD8D9; }
span { border-color: rgb(173,216,217); }
td.TdClassName
{
border-color: #ADD8D9;
}
.TagClassName
{
border-color: #ADD8D9;
}
</style>