Shades of Sinbad #A1D1CA
Tints of Sinbad #A1D1CA
RGB
CMYK
RGB Variations
Color information
#A1D1CA (or 0xA1D1CA) is known color: Sinbad. HEX triplet: A1, D1 and CA. RGB value is (161,209,202). Sum of RGB (Red+Green+Blue) = 161+209+202=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D1CA is #5E2E35. Grayscale: #C1C1C1. Windows color (decimal): -6172214 or 13291937. OLE color: 13291937.
HSL color Cylindrical-coordinate representation of color #A1D1CA: hue angle of 171.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D1CA is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 202 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.18 |
| HSL | 171.25º | 0.34% | 0.73% | - |
| HSV(B) | 171.25º | 0.23% | 0.82% | - |
| XYZ | 48.16 | 57.44 | 64.43 | - |
| YUV | 193.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 202 | 0.23 | 0 | 0.03 | 0.18 | 171.25 | 0.34 | 0.73 |
| Hex | A1 | D1 | CA | 17 | 0 | 3 | 12 | AB | 22 | 49 |
| Octal | 241 | 321 | 312 | 27 | 0 | 3 | 22 | 253 | 42 | 111 |
| Binary | 10100001 | 11010001 | 11001010 | 10111 | 0 | 11 | 10010 | 10101011 | 100010 | 1001001 |
Color Harmonies of #A1D1CA
Complementary color
Monochromatic Colors of #A1D1CA
Black with #A1D1CA
Text Example
Text Example
White with #A1D1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D1CA; }
p { color: rgb(161,209,202); }
H1.HeaderClassName
{
color: #A1D1CA;
}
.AnyTagClassName
{
color: #A1D1CA;
}
</style>
background-color css
<style>
a { background-color: #A1D1CA; }
a { background-color: rgb(161,209,202); }
div.DivClassName
{
background-color: #A1D1CA;
}
.BgClassName
{
background-color: #A1D1CA;
}
</style>
border-color css
<style>
span { border-color: #A1D1CA; }
span { border-color: rgb(161,209,202); }
td.TdClassName
{
border-color: #A1D1CA;
}
.TagClassName
{
border-color: #A1D1CA;
}
</style>