Shades of Sinbad #A1DBD0
Tints of Sinbad #A1DBD0
RGB
CMYK
RGB Variations
Color information
#A1DBD0 (or 0xA1DBD0) is known color: Sinbad. HEX triplet: A1, DB and D0. RGB value is (161,219,208). Sum of RGB (Red+Green+Blue) = 161+219+208=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBD0 is #5E242F. Grayscale: #C8C8C8. Windows color (decimal): -6169648 or 13687713. OLE color: 13687713.
HSL color Cylindrical-coordinate representation of color #A1DBD0: hue angle of 168.62º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DBD0 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 208 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.14 |
| HSL | 168.62º | 0.45% | 0.75% | - |
| HSV(B) | 168.62º | 0.26% | 0.86% | - |
| XYZ | 51.41 | 62.79 | 69.09 | - |
| YUV | 200.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 208 | 0.26 | 0 | 0.05 | 0.14 | 168.62 | 0.45 | 0.75 |
| Hex | A1 | DB | D0 | 1A | 0 | 5 | E | A9 | 2D | 4B |
| Octal | 241 | 333 | 320 | 32 | 0 | 5 | 16 | 251 | 55 | 113 |
| Binary | 10100001 | 11011011 | 11010000 | 11010 | 0 | 101 | 1110 | 10101001 | 101101 | 1001011 |
Color Harmonies of #A1DBD0
Complementary color
Monochromatic Colors of #A1DBD0
Black with #A1DBD0
Text Example
Text Example
White with #A1DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBD0; }
p { color: rgb(161,219,208); }
H1.HeaderClassName
{
color: #A1DBD0;
}
.AnyTagClassName
{
color: #A1DBD0;
}
</style>
background-color css
<style>
a { background-color: #A1DBD0; }
a { background-color: rgb(161,219,208); }
div.DivClassName
{
background-color: #A1DBD0;
}
.BgClassName
{
background-color: #A1DBD0;
}
</style>
border-color css
<style>
span { border-color: #A1DBD0; }
span { border-color: rgb(161,219,208); }
td.TdClassName
{
border-color: #A1DBD0;
}
.TagClassName
{
border-color: #A1DBD0;
}
</style>