Shades of Sinbad #A0DBD5
Tints of Sinbad #A0DBD5
RGB
CMYK
RGB Variations
Color information
#A0DBD5 (or 0xA0DBD5) is known color: Sinbad. HEX triplet: A0, DB and D5. RGB value is (160,219,213). Sum of RGB (Red+Green+Blue) = 160+219+213=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBD5 is #5F242A. Grayscale: #C8C8C8. Windows color (decimal): -6235179 or 14015392. OLE color: 14015392.
HSL color Cylindrical-coordinate representation of color #A0DBD5: hue angle of 173.9º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBD5 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 213 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.14 |
| HSL | 173.9º | 0.45% | 0.74% | - |
| HSV(B) | 173.9º | 0.27% | 0.86% | - |
| XYZ | 51.84 | 62.94 | 72.37 | - |
| YUV | 200.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 213 | 0.27 | 0 | 0.03 | 0.14 | 173.9 | 0.45 | 0.74 |
| Hex | A0 | DB | D5 | 1B | 0 | 3 | E | AE | 2D | 4A |
| Octal | 240 | 333 | 325 | 33 | 0 | 3 | 16 | 256 | 55 | 112 |
| Binary | 10100000 | 11011011 | 11010101 | 11011 | 0 | 11 | 1110 | 10101110 | 101101 | 1001010 |
Color Harmonies of #A0DBD5
Complementary color
Monochromatic Colors of #A0DBD5
Black with #A0DBD5
Text Example
Text Example
White with #A0DBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBD5; }
p { color: rgb(160,219,213); }
H1.HeaderClassName
{
color: #A0DBD5;
}
.AnyTagClassName
{
color: #A0DBD5;
}
</style>
background-color css
<style>
a { background-color: #A0DBD5; }
a { background-color: rgb(160,219,213); }
div.DivClassName
{
background-color: #A0DBD5;
}
.BgClassName
{
background-color: #A0DBD5;
}
</style>
border-color css
<style>
span { border-color: #A0DBD5; }
span { border-color: rgb(160,219,213); }
td.TdClassName
{
border-color: #A0DBD5;
}
.TagClassName
{
border-color: #A0DBD5;
}
</style>