Shades of Sinbad #A1D0C9
Tints of Sinbad #A1D0C9
RGB
CMYK
RGB Variations
Color information
#A1D0C9 (or 0xA1D0C9) is known color: Sinbad. HEX triplet: A1, D0 and C9. RGB value is (161,208,201). Sum of RGB (Red+Green+Blue) = 161+208+201=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D0C9 is #5E2F36. Grayscale: #C1C1C1. Windows color (decimal): -6172471 or 13226145. OLE color: 13226145.
HSL color Cylindrical-coordinate representation of color #A1D0C9: hue angle of 171.06º degrees, saturation: 0.33, 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 #A1D0C9 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 201 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.18 |
| HSL | 171.06º | 0.33% | 0.72% | - |
| HSV(B) | 171.06º | 0.23% | 0.82% | - |
| XYZ | 47.8 | 56.91 | 63.72 | - |
| YUV | 193.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 201 | 0.23 | 0 | 0.03 | 0.18 | 171.06 | 0.33 | 0.72 |
| Hex | A1 | D0 | C9 | 17 | 0 | 3 | 12 | AB | 21 | 48 |
| Octal | 241 | 320 | 311 | 27 | 0 | 3 | 22 | 253 | 41 | 110 |
| Binary | 10100001 | 11010000 | 11001001 | 10111 | 0 | 11 | 10010 | 10101011 | 100001 | 1001000 |
Color Harmonies of #A1D0C9
Complementary color
Monochromatic Colors of #A1D0C9
Black with #A1D0C9
Text Example
Text Example
White with #A1D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D0C9; }
p { color: rgb(161,208,201); }
H1.HeaderClassName
{
color: #A1D0C9;
}
.AnyTagClassName
{
color: #A1D0C9;
}
</style>
background-color css
<style>
a { background-color: #A1D0C9; }
a { background-color: rgb(161,208,201); }
div.DivClassName
{
background-color: #A1D0C9;
}
.BgClassName
{
background-color: #A1D0C9;
}
</style>
border-color css
<style>
span { border-color: #A1D0C9; }
span { border-color: rgb(161,208,201); }
td.TdClassName
{
border-color: #A1D0C9;
}
.TagClassName
{
border-color: #A1D0C9;
}
</style>