Shades of Sinbad #A0D8CE
Tints of Sinbad #A0D8CE
RGB
CMYK
RGB Variations
Color information
#A0D8CE (or 0xA0D8CE) is known color: Sinbad. HEX triplet: A0, D8 and CE. RGB value is (160,216,206). Sum of RGB (Red+Green+Blue) = 160+216+206=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D8CE is #5F2731. Grayscale: #C6C6C6. Windows color (decimal): -6235954 or 13555872. OLE color: 13555872.
HSL color Cylindrical-coordinate representation of color #A0D8CE: hue angle of 169.29º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D8CE is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 206 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.15 |
| HSL | 169.29º | 0.42% | 0.74% | - |
| HSV(B) | 169.29º | 0.26% | 0.85% | - |
| XYZ | 50.19 | 61.04 | 67.53 | - |
| YUV | 198.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 206 | 0.26 | 0 | 0.05 | 0.15 | 169.29 | 0.42 | 0.74 |
| Hex | A0 | D8 | CE | 1A | 0 | 5 | F | A9 | 2A | 4A |
| Octal | 240 | 330 | 316 | 32 | 0 | 5 | 17 | 251 | 52 | 112 |
| Binary | 10100000 | 11011000 | 11001110 | 11010 | 0 | 101 | 1111 | 10101001 | 101010 | 1001010 |
Color Harmonies of #A0D8CE
Complementary color
Monochromatic Colors of #A0D8CE
Black with #A0D8CE
Text Example
Text Example
White with #A0D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8CE; }
p { color: rgb(160,216,206); }
H1.HeaderClassName
{
color: #A0D8CE;
}
.AnyTagClassName
{
color: #A0D8CE;
}
</style>
background-color css
<style>
a { background-color: #A0D8CE; }
a { background-color: rgb(160,216,206); }
div.DivClassName
{
background-color: #A0D8CE;
}
.BgClassName
{
background-color: #A0D8CE;
}
</style>
border-color css
<style>
span { border-color: #A0D8CE; }
span { border-color: rgb(160,216,206); }
td.TdClassName
{
border-color: #A0D8CE;
}
.TagClassName
{
border-color: #A0D8CE;
}
</style>