Shades of Sinbad #A1D5CA
Tints of Sinbad #A1D5CA
RGB
CMYK
RGB Variations
Color information
#A1D5CA (or 0xA1D5CA) is known color: Sinbad. HEX triplet: A1, D5 and CA. RGB value is (161,213,202). Sum of RGB (Red+Green+Blue) = 161+213+202=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D5CA is #5E2A35. Grayscale: #C4C4C4. Windows color (decimal): -6171190 or 13292961. OLE color: 13292961.
HSL color Cylindrical-coordinate representation of color #A1D5CA: hue angle of 167.31º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5CA is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 202 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.16 |
| HSL | 167.31º | 0.38% | 0.73% | - |
| HSV(B) | 167.31º | 0.24% | 0.84% | - |
| XYZ | 49.15 | 59.43 | 64.76 | - |
| YUV | 196.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 202 | 0.24 | 0 | 0.05 | 0.16 | 167.31 | 0.38 | 0.73 |
| Hex | A1 | D5 | CA | 18 | 0 | 5 | 10 | A7 | 26 | 49 |
| Octal | 241 | 325 | 312 | 30 | 0 | 5 | 20 | 247 | 46 | 111 |
| Binary | 10100001 | 11010101 | 11001010 | 11000 | 0 | 101 | 10000 | 10100111 | 100110 | 1001001 |
Color Harmonies of #A1D5CA
Complementary color
Monochromatic Colors of #A1D5CA
Black with #A1D5CA
Text Example
Text Example
White with #A1D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D5CA; }
p { color: rgb(161,213,202); }
H1.HeaderClassName
{
color: #A1D5CA;
}
.AnyTagClassName
{
color: #A1D5CA;
}
</style>
background-color css
<style>
a { background-color: #A1D5CA; }
a { background-color: rgb(161,213,202); }
div.DivClassName
{
background-color: #A1D5CA;
}
.BgClassName
{
background-color: #A1D5CA;
}
</style>
border-color css
<style>
span { border-color: #A1D5CA; }
span { border-color: rgb(161,213,202); }
td.TdClassName
{
border-color: #A1D5CA;
}
.TagClassName
{
border-color: #A1D5CA;
}
</style>