Shades of Sinbad #ADD3D4
Tints of Sinbad #ADD3D4
RGB
CMYK
RGB Variations
Color information
#ADD3D4 (or 0xADD3D4) is known color: Sinbad. HEX triplet: AD, D3 and D4. RGB value is (173,211,212). Sum of RGB (Red+Green+Blue) = 173+211+212=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADD3D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3D4 is #522C2B. Grayscale: #C7C7C7. Windows color (decimal): -5385260 or 13947821. OLE color: 13947821.
HSL color Cylindrical-coordinate representation of color #ADD3D4: hue angle of 181.54º 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 #ADD3D4 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 212 | - |
| CMYK | 0.18 | 0.00 | 0 | 0.17 |
| HSL | 181.54º | 0.31% | 0.75% | - |
| HSV(B) | 181.54º | 0.18% | 0.83% | - |
| XYZ | 52.41 | 60.23 | 71.15 | - |
| YUV | 199.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 212 | 0.18 | 0.00 | 0 | 0.17 | 181.54 | 0.31 | 0.75 |
| Hex | AD | D3 | D4 | 12 | 0 | 0 | 11 | B6 | 1F | 4B |
| Octal | 255 | 323 | 324 | 22 | 0 | 0 | 21 | 266 | 37 | 113 |
| Binary | 10101101 | 11010011 | 11010100 | 10010 | 0 | 0 | 10001 | 10110110 | 11111 | 1001011 |
Color Harmonies of #ADD3D4
Complementary color
Monochromatic Colors of #ADD3D4
Black with #ADD3D4
Text Example
Text Example
White with #ADD3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3D4; }
p { color: rgb(173,211,212); }
H1.HeaderClassName
{
color: #ADD3D4;
}
.AnyTagClassName
{
color: #ADD3D4;
}
</style>
background-color css
<style>
a { background-color: #ADD3D4; }
a { background-color: rgb(173,211,212); }
div.DivClassName
{
background-color: #ADD3D4;
}
.BgClassName
{
background-color: #ADD3D4;
}
</style>
border-color css
<style>
span { border-color: #ADD3D4; }
span { border-color: rgb(173,211,212); }
td.TdClassName
{
border-color: #ADD3D4;
}
.TagClassName
{
border-color: #ADD3D4;
}
</style>