Shades of Sinbad #A8D7D1
Tints of Sinbad #A8D7D1
RGB
CMYK
RGB Variations
Color information
#A8D7D1 (or 0xA8D7D1) is known color: Sinbad. HEX triplet: A8, D7 and D1. RGB value is (168,215,209). Sum of RGB (Red+Green+Blue) = 168+215+209=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D7D1 is #57282E. Grayscale: #C8C8C8. Windows color (decimal): -5711919 or 13752232. OLE color: 13752232.
HSL color Cylindrical-coordinate representation of color #A8D7D1: hue angle of 172.34º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D7D1 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 209 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.16 |
| HSL | 172.34º | 0.37% | 0.75% | - |
| HSV(B) | 172.34º | 0.22% | 0.84% | - |
| XYZ | 51.96 | 61.53 | 69.46 | - |
| YUV | 200.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 209 | 0.22 | 0 | 0.03 | 0.16 | 172.34 | 0.37 | 0.75 |
| Hex | A8 | D7 | D1 | 16 | 0 | 3 | 10 | AC | 25 | 4B |
| Octal | 250 | 327 | 321 | 26 | 0 | 3 | 20 | 254 | 45 | 113 |
| Binary | 10101000 | 11010111 | 11010001 | 10110 | 0 | 11 | 10000 | 10101100 | 100101 | 1001011 |
Color Harmonies of #A8D7D1
Complementary color
Monochromatic Colors of #A8D7D1
Black with #A8D7D1
Text Example
Text Example
White with #A8D7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D7D1; }
p { color: rgb(168,215,209); }
H1.HeaderClassName
{
color: #A8D7D1;
}
.AnyTagClassName
{
color: #A8D7D1;
}
</style>
background-color css
<style>
a { background-color: #A8D7D1; }
a { background-color: rgb(168,215,209); }
div.DivClassName
{
background-color: #A8D7D1;
}
.BgClassName
{
background-color: #A8D7D1;
}
</style>
border-color css
<style>
span { border-color: #A8D7D1; }
span { border-color: rgb(168,215,209); }
td.TdClassName
{
border-color: #A8D7D1;
}
.TagClassName
{
border-color: #A8D7D1;
}
</style>