Shades of Sinbad #A8D9D6
Tints of Sinbad #A8D9D6
RGB
CMYK
RGB Variations
Color information
#A8D9D6 (or 0xA8D9D6) is known color: Sinbad. HEX triplet: A8, D9 and D6. RGB value is (168,217,214). Sum of RGB (Red+Green+Blue) = 168+217+214=599 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.05% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9D6 is #572629. Grayscale: #C9C9C9. Windows color (decimal): -5711402 or 14080424. OLE color: 14080424.
HSL color Cylindrical-coordinate representation of color #A8D9D6: hue angle of 176.33º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D9D6 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 214 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.15 |
| HSL | 176.33º | 0.39% | 0.75% | - |
| HSV(B) | 176.33º | 0.23% | 0.85% | - |
| XYZ | 53.1 | 62.81 | 72.94 | - |
| YUV | 202.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 214 | 0.23 | 0 | 0.01 | 0.15 | 176.33 | 0.39 | 0.75 |
| Hex | A8 | D9 | D6 | 17 | 0 | 1 | F | B0 | 27 | 4B |
| Octal | 250 | 331 | 326 | 27 | 0 | 1 | 17 | 260 | 47 | 113 |
| Binary | 10101000 | 11011001 | 11010110 | 10111 | 0 | 1 | 1111 | 10110000 | 100111 | 1001011 |
Color Harmonies of #A8D9D6
Complementary color
Monochromatic Colors of #A8D9D6
Black with #A8D9D6
Text Example
Text Example
White with #A8D9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9D6; }
p { color: rgb(168,217,214); }
H1.HeaderClassName
{
color: #A8D9D6;
}
.AnyTagClassName
{
color: #A8D9D6;
}
</style>
background-color css
<style>
a { background-color: #A8D9D6; }
a { background-color: rgb(168,217,214); }
div.DivClassName
{
background-color: #A8D9D6;
}
.BgClassName
{
background-color: #A8D9D6;
}
</style>
border-color css
<style>
span { border-color: #A8D9D6; }
span { border-color: rgb(168,217,214); }
td.TdClassName
{
border-color: #A8D9D6;
}
.TagClassName
{
border-color: #A8D9D6;
}
</style>