Shades of Sinbad #A1D8D3
Tints of Sinbad #A1D8D3
RGB
CMYK
RGB Variations
Color information
#A1D8D3 (or 0xA1D8D3) is known color: Sinbad. HEX triplet: A1, D8 and D3. RGB value is (161,216,211). Sum of RGB (Red+Green+Blue) = 161+216+211=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8D3 is #5E272C. Grayscale: #C6C6C6. Windows color (decimal): -6170413 or 13883553. OLE color: 13883553.
HSL color Cylindrical-coordinate representation of color #A1D8D3: hue angle of 174.55º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D8D3 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 211 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.15 |
| HSL | 174.55º | 0.41% | 0.74% | - |
| HSV(B) | 174.55º | 0.25% | 0.85% | - |
| XYZ | 51.01 | 61.39 | 70.79 | - |
| YUV | 198.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 211 | 0.25 | 0 | 0.02 | 0.15 | 174.55 | 0.41 | 0.74 |
| Hex | A1 | D8 | D3 | 19 | 0 | 2 | F | AF | 29 | 4A |
| Octal | 241 | 330 | 323 | 31 | 0 | 2 | 17 | 257 | 51 | 112 |
| Binary | 10100001 | 11011000 | 11010011 | 11001 | 0 | 10 | 1111 | 10101111 | 101001 | 1001010 |
Color Harmonies of #A1D8D3
Complementary color
Monochromatic Colors of #A1D8D3
Black with #A1D8D3
Text Example
Text Example
White with #A1D8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D8D3; }
p { color: rgb(161,216,211); }
H1.HeaderClassName
{
color: #A1D8D3;
}
.AnyTagClassName
{
color: #A1D8D3;
}
</style>
background-color css
<style>
a { background-color: #A1D8D3; }
a { background-color: rgb(161,216,211); }
div.DivClassName
{
background-color: #A1D8D3;
}
.BgClassName
{
background-color: #A1D8D3;
}
</style>
border-color css
<style>
span { border-color: #A1D8D3; }
span { border-color: rgb(161,216,211); }
td.TdClassName
{
border-color: #A1D8D3;
}
.TagClassName
{
border-color: #A1D8D3;
}
</style>