Shades of Sinbad #A0DBD8
Tints of Sinbad #A0DBD8
RGB
CMYK
RGB Variations
Color information
#A0DBD8 (or 0xA0DBD8) is known color: Sinbad. HEX triplet: A0, DB and D8. RGB value is (160,219,216). Sum of RGB (Red+Green+Blue) = 160+219+216=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBD8 is #5F2427. Grayscale: #C8C8C8. Windows color (decimal): -6235176 or 14212000. OLE color: 14212000.
HSL color Cylindrical-coordinate representation of color #A0DBD8: hue angle of 176.95º 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 #A0DBD8 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 216 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.14 |
| HSL | 176.95º | 0.45% | 0.74% | - |
| HSV(B) | 176.95º | 0.27% | 0.86% | - |
| XYZ | 52.22 | 63.09 | 74.39 | - |
| YUV | 201.02 | 136.45 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 216 | 0.27 | 0 | 0.01 | 0.14 | 176.95 | 0.45 | 0.74 |
| Hex | A0 | DB | D8 | 1B | 0 | 1 | E | B1 | 2D | 4A |
| Octal | 240 | 333 | 330 | 33 | 0 | 1 | 16 | 261 | 55 | 112 |
| Binary | 10100000 | 11011011 | 11011000 | 11011 | 0 | 1 | 1110 | 10110001 | 101101 | 1001010 |
Color Harmonies of #A0DBD8
Complementary color
Monochromatic Colors of #A0DBD8
Black with #A0DBD8
Text Example
Text Example
White with #A0DBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBD8; }
p { color: rgb(160,219,216); }
H1.HeaderClassName
{
color: #A0DBD8;
}
.AnyTagClassName
{
color: #A0DBD8;
}
</style>
background-color css
<style>
a { background-color: #A0DBD8; }
a { background-color: rgb(160,219,216); }
div.DivClassName
{
background-color: #A0DBD8;
}
.BgClassName
{
background-color: #A0DBD8;
}
</style>
border-color css
<style>
span { border-color: #A0DBD8; }
span { border-color: rgb(160,219,216); }
td.TdClassName
{
border-color: #A0DBD8;
}
.TagClassName
{
border-color: #A0DBD8;
}
</style>