Shades of Sinbad #ADD4D3
Tints of Sinbad #ADD4D3
RGB
CMYK
RGB Variations
Color information
#ADD4D3 (or 0xADD4D3) is known color: Sinbad. HEX triplet: AD, D4 and D3. RGB value is (173,212,211). Sum of RGB (Red+Green+Blue) = 173+212+211=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4D3 is #522B2C. Grayscale: #C8C8C8. Windows color (decimal): -5385005 or 13882541. OLE color: 13882541.
HSL color Cylindrical-coordinate representation of color #ADD4D3: hue angle of 178.46º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD4D3 is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 211 | - |
| CMYK | 0.18 | 0 | 0.00 | 0.17 |
| HSL | 178.46º | 0.31% | 0.75% | - |
| HSV(B) | 178.46º | 0.18% | 0.83% | - |
| XYZ | 52.53 | 60.67 | 70.57 | - |
| YUV | 200.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 211 | 0.18 | 0 | 0.00 | 0.17 | 178.46 | 0.31 | 0.75 |
| Hex | AD | D4 | D3 | 12 | 0 | 0 | 11 | B2 | 1F | 4B |
| Octal | 255 | 324 | 323 | 22 | 0 | 0 | 21 | 262 | 37 | 113 |
| Binary | 10101101 | 11010100 | 11010011 | 10010 | 0 | 0 | 10001 | 10110010 | 11111 | 1001011 |
Color Harmonies of #ADD4D3
Complementary color
Monochromatic Colors of #ADD4D3
Black with #ADD4D3
Text Example
Text Example
White with #ADD4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4D3; }
p { color: rgb(173,212,211); }
H1.HeaderClassName
{
color: #ADD4D3;
}
.AnyTagClassName
{
color: #ADD4D3;
}
</style>
background-color css
<style>
a { background-color: #ADD4D3; }
a { background-color: rgb(173,212,211); }
div.DivClassName
{
background-color: #ADD4D3;
}
.BgClassName
{
background-color: #ADD4D3;
}
</style>
border-color css
<style>
span { border-color: #ADD4D3; }
span { border-color: rgb(173,212,211); }
td.TdClassName
{
border-color: #ADD4D3;
}
.TagClassName
{
border-color: #ADD4D3;
}
</style>