Shades of Sinbad #A1D5CB
Tints of Sinbad #A1D5CB
RGB
CMYK
RGB Variations
Color information
#A1D5CB (or 0xA1D5CB) is known color: Sinbad. HEX triplet: A1, D5 and CB. RGB value is (161,213,203). Sum of RGB (Red+Green+Blue) = 161+213+203=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D5CB is #5E2A34. Grayscale: #C4C4C4. Windows color (decimal): -6171189 or 13358497. OLE color: 13358497.
HSL color Cylindrical-coordinate representation of color #A1D5CB: hue angle of 168.46º 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 #A1D5CB is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 203 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.16 |
| HSL | 168.46º | 0.38% | 0.73% | - |
| HSV(B) | 168.46º | 0.24% | 0.84% | - |
| XYZ | 49.27 | 59.48 | 65.38 | - |
| YUV | 196.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 203 | 0.24 | 0 | 0.05 | 0.16 | 168.46 | 0.38 | 0.73 |
| Hex | A1 | D5 | CB | 18 | 0 | 5 | 10 | A8 | 26 | 49 |
| Octal | 241 | 325 | 313 | 30 | 0 | 5 | 20 | 250 | 46 | 111 |
| Binary | 10100001 | 11010101 | 11001011 | 11000 | 0 | 101 | 10000 | 10101000 | 100110 | 1001001 |
Color Harmonies of #A1D5CB
Complementary color
Monochromatic Colors of #A1D5CB
Black with #A1D5CB
Text Example
Text Example
White with #A1D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D5CB; }
p { color: rgb(161,213,203); }
H1.HeaderClassName
{
color: #A1D5CB;
}
.AnyTagClassName
{
color: #A1D5CB;
}
</style>
background-color css
<style>
a { background-color: #A1D5CB; }
a { background-color: rgb(161,213,203); }
div.DivClassName
{
background-color: #A1D5CB;
}
.BgClassName
{
background-color: #A1D5CB;
}
</style>
border-color css
<style>
span { border-color: #A1D5CB; }
span { border-color: rgb(161,213,203); }
td.TdClassName
{
border-color: #A1D5CB;
}
.TagClassName
{
border-color: #A1D5CB;
}
</style>