Shades of Sinbad #A0D1C9
Tints of Sinbad #A0D1C9
RGB
CMYK
RGB Variations
Color information
#A0D1C9 (or 0xA0D1C9) is known color: Sinbad. HEX triplet: A0, D1 and C9. RGB value is (160,209,201). Sum of RGB (Red+Green+Blue) = 160+209+201=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D1C9 is #5F2E36. Grayscale: #C1C1C1. Windows color (decimal): -6237751 or 13226400. OLE color: 13226400.
HSL color Cylindrical-coordinate representation of color #A0D1C9: hue angle of 170.2º degrees, saturation: 0.35, 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 #A0D1C9 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 201 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.18 |
| HSL | 170.2º | 0.35% | 0.72% | - |
| HSV(B) | 170.2º | 0.23% | 0.82% | - |
| XYZ | 47.84 | 57.29 | 63.8 | - |
| YUV | 193.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 201 | 0.23 | 0 | 0.04 | 0.18 | 170.2 | 0.35 | 0.72 |
| Hex | A0 | D1 | C9 | 17 | 0 | 4 | 12 | AA | 23 | 48 |
| Octal | 240 | 321 | 311 | 27 | 0 | 4 | 22 | 252 | 43 | 110 |
| Binary | 10100000 | 11010001 | 11001001 | 10111 | 0 | 100 | 10010 | 10101010 | 100011 | 1001000 |
Color Harmonies of #A0D1C9
Complementary color
Monochromatic Colors of #A0D1C9
Black with #A0D1C9
Text Example
Text Example
White with #A0D1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D1C9; }
p { color: rgb(160,209,201); }
H1.HeaderClassName
{
color: #A0D1C9;
}
.AnyTagClassName
{
color: #A0D1C9;
}
</style>
background-color css
<style>
a { background-color: #A0D1C9; }
a { background-color: rgb(160,209,201); }
div.DivClassName
{
background-color: #A0D1C9;
}
.BgClassName
{
background-color: #A0D1C9;
}
</style>
border-color css
<style>
span { border-color: #A0D1C9; }
span { border-color: rgb(160,209,201); }
td.TdClassName
{
border-color: #A0D1C9;
}
.TagClassName
{
border-color: #A0D1C9;
}
</style>