Shades of Sinbad #A1D2CE
Tints of Sinbad #A1D2CE
RGB
CMYK
RGB Variations
Color information
#A1D2CE (or 0xA1D2CE) is known color: Sinbad. HEX triplet: A1, D2 and CE. RGB value is (161,210,206). Sum of RGB (Red+Green+Blue) = 161+210+206=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D2CE is #5E2D31. Grayscale: #C2C2C2. Windows color (decimal): -6171954 or 13554337. OLE color: 13554337.
HSL color Cylindrical-coordinate representation of color #A1D2CE: hue angle of 175.1º 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 #A1D2CE is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 206 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.18 |
| HSL | 175.1º | 0.35% | 0.73% | - |
| HSV(B) | 175.1º | 0.23% | 0.82% | - |
| XYZ | 48.89 | 58.13 | 67.04 | - |
| YUV | 194.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 206 | 0.23 | 0 | 0.02 | 0.18 | 175.1 | 0.35 | 0.73 |
| Hex | A1 | D2 | CE | 17 | 0 | 2 | 12 | AF | 23 | 49 |
| Octal | 241 | 322 | 316 | 27 | 0 | 2 | 22 | 257 | 43 | 111 |
| Binary | 10100001 | 11010010 | 11001110 | 10111 | 0 | 10 | 10010 | 10101111 | 100011 | 1001001 |
Color Harmonies of #A1D2CE
Complementary color
Monochromatic Colors of #A1D2CE
Black with #A1D2CE
Text Example
Text Example
White with #A1D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D2CE; }
p { color: rgb(161,210,206); }
H1.HeaderClassName
{
color: #A1D2CE;
}
.AnyTagClassName
{
color: #A1D2CE;
}
</style>
background-color css
<style>
a { background-color: #A1D2CE; }
a { background-color: rgb(161,210,206); }
div.DivClassName
{
background-color: #A1D2CE;
}
.BgClassName
{
background-color: #A1D2CE;
}
</style>
border-color css
<style>
span { border-color: #A1D2CE; }
span { border-color: rgb(161,210,206); }
td.TdClassName
{
border-color: #A1D2CE;
}
.TagClassName
{
border-color: #A1D2CE;
}
</style>