Shades of Sinbad #A1D2CA
Tints of Sinbad #A1D2CA
RGB
CMYK
RGB Variations
Color information
#A1D2CA (or 0xA1D2CA) is known color: Sinbad. HEX triplet: A1, D2 and CA. RGB value is (161,210,202). Sum of RGB (Red+Green+Blue) = 161+210+202=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D2CA is #5E2D35. Grayscale: #C2C2C2. Windows color (decimal): -6171958 or 13292193. OLE color: 13292193.
HSL color Cylindrical-coordinate representation of color #A1D2CA: hue angle of 170.2º degrees, saturation: 0.35, 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 #A1D2CA is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 202 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.18 |
| HSL | 170.2º | 0.35% | 0.73% | - |
| HSV(B) | 170.2º | 0.23% | 0.82% | - |
| XYZ | 48.41 | 57.93 | 64.51 | - |
| YUV | 194.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 202 | 0.23 | 0 | 0.04 | 0.18 | 170.2 | 0.35 | 0.73 |
| Hex | A1 | D2 | CA | 17 | 0 | 4 | 12 | AA | 23 | 49 |
| Octal | 241 | 322 | 312 | 27 | 0 | 4 | 22 | 252 | 43 | 111 |
| Binary | 10100001 | 11010010 | 11001010 | 10111 | 0 | 100 | 10010 | 10101010 | 100011 | 1001001 |
Color Harmonies of #A1D2CA
Complementary color
Monochromatic Colors of #A1D2CA
Black with #A1D2CA
Text Example
Text Example
White with #A1D2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D2CA; }
p { color: rgb(161,210,202); }
H1.HeaderClassName
{
color: #A1D2CA;
}
.AnyTagClassName
{
color: #A1D2CA;
}
</style>
background-color css
<style>
a { background-color: #A1D2CA; }
a { background-color: rgb(161,210,202); }
div.DivClassName
{
background-color: #A1D2CA;
}
.BgClassName
{
background-color: #A1D2CA;
}
</style>
border-color css
<style>
span { border-color: #A1D2CA; }
span { border-color: rgb(161,210,202); }
td.TdClassName
{
border-color: #A1D2CA;
}
.TagClassName
{
border-color: #A1D2CA;
}
</style>