Shades of Sinbad #A0D0C7
Tints of Sinbad #A0D0C7
RGB
CMYK
RGB Variations
Color information
#A0D0C7 (or 0xA0D0C7) is known color: Sinbad. HEX triplet: A0, D0 and C7. RGB value is (160,208,199). Sum of RGB (Red+Green+Blue) = 160+208+199=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D0C7 is #5F2F38. Grayscale: #C0C0C0. Windows color (decimal): -6238009 or 13095072. OLE color: 13095072.
HSL color Cylindrical-coordinate representation of color #A0D0C7: hue angle of 168.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D0C7 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 199 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.18 |
| HSL | 168.75º | 0.34% | 0.72% | - |
| HSV(B) | 168.75º | 0.23% | 0.82% | - |
| XYZ | 47.36 | 56.71 | 62.48 | - |
| YUV | 192.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 199 | 0.23 | 0 | 0.04 | 0.18 | 168.75 | 0.34 | 0.72 |
| Hex | A0 | D0 | C7 | 17 | 0 | 4 | 12 | A9 | 22 | 48 |
| Octal | 240 | 320 | 307 | 27 | 0 | 4 | 22 | 251 | 42 | 110 |
| Binary | 10100000 | 11010000 | 11000111 | 10111 | 0 | 100 | 10010 | 10101001 | 100010 | 1001000 |
Color Harmonies of #A0D0C7
Complementary color
Monochromatic Colors of #A0D0C7
Black with #A0D0C7
Text Example
Text Example
White with #A0D0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D0C7; }
p { color: rgb(160,208,199); }
H1.HeaderClassName
{
color: #A0D0C7;
}
.AnyTagClassName
{
color: #A0D0C7;
}
</style>
background-color css
<style>
a { background-color: #A0D0C7; }
a { background-color: rgb(160,208,199); }
div.DivClassName
{
background-color: #A0D0C7;
}
.BgClassName
{
background-color: #A0D0C7;
}
</style>
border-color css
<style>
span { border-color: #A0D0C7; }
span { border-color: rgb(160,208,199); }
td.TdClassName
{
border-color: #A0D0C7;
}
.TagClassName
{
border-color: #A0D0C7;
}
</style>