Shades of Sinbad #A1D3CE
Tints of Sinbad #A1D3CE
RGB
CMYK
RGB Variations
Color information
#A1D3CE (or 0xA1D3CE) is known color: Sinbad. HEX triplet: A1, D3 and CE. RGB value is (161,211,206). Sum of RGB (Red+Green+Blue) = 161+211+206=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D3CE is #5E2C31. Grayscale: #C3C3C3. Windows color (decimal): -6171698 or 13554593. OLE color: 13554593.
HSL color Cylindrical-coordinate representation of color #A1D3CE: hue angle of 174º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D3CE is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 206 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.17 |
| HSL | 174º | 0.36% | 0.73% | - |
| HSV(B) | 174º | 0.24% | 0.83% | - |
| XYZ | 49.13 | 58.62 | 67.12 | - |
| YUV | 195.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 206 | 0.24 | 0 | 0.02 | 0.17 | 174 | 0.36 | 0.73 |
| Hex | A1 | D3 | CE | 18 | 0 | 2 | 11 | AE | 24 | 49 |
| Octal | 241 | 323 | 316 | 30 | 0 | 2 | 21 | 256 | 44 | 111 |
| Binary | 10100001 | 11010011 | 11001110 | 11000 | 0 | 10 | 10001 | 10101110 | 100100 | 1001001 |
Color Harmonies of #A1D3CE
Complementary color
Monochromatic Colors of #A1D3CE
Black with #A1D3CE
Text Example
Text Example
White with #A1D3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D3CE; }
p { color: rgb(161,211,206); }
H1.HeaderClassName
{
color: #A1D3CE;
}
.AnyTagClassName
{
color: #A1D3CE;
}
</style>
background-color css
<style>
a { background-color: #A1D3CE; }
a { background-color: rgb(161,211,206); }
div.DivClassName
{
background-color: #A1D3CE;
}
.BgClassName
{
background-color: #A1D3CE;
}
</style>
border-color css
<style>
span { border-color: #A1D3CE; }
span { border-color: rgb(161,211,206); }
td.TdClassName
{
border-color: #A1D3CE;
}
.TagClassName
{
border-color: #A1D3CE;
}
</style>