Shades of Sinbad #A8D3D1
Tints of Sinbad #A8D3D1
RGB
CMYK
RGB Variations
Color information
#A8D3D1 (or 0xA8D3D1) is known color: Sinbad. HEX triplet: A8, D3 and D1. RGB value is (168,211,209). Sum of RGB (Red+Green+Blue) = 168+211+209=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D3D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D3D1 is #572C2E. Grayscale: #C5C5C5. Windows color (decimal): -5712943 or 13751208. OLE color: 13751208.
HSL color Cylindrical-coordinate representation of color #A8D3D1: hue angle of 177.21º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D3D1 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 209 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.17 |
| HSL | 177.21º | 0.33% | 0.74% | - |
| HSV(B) | 177.21º | 0.2% | 0.83% | - |
| XYZ | 50.95 | 59.52 | 69.12 | - |
| YUV | 197.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 209 | 0.20 | 0 | 0.01 | 0.17 | 177.21 | 0.33 | 0.74 |
| Hex | A8 | D3 | D1 | 14 | 0 | 1 | 11 | B1 | 21 | 4A |
| Octal | 250 | 323 | 321 | 24 | 0 | 1 | 21 | 261 | 41 | 112 |
| Binary | 10101000 | 11010011 | 11010001 | 10100 | 0 | 1 | 10001 | 10110001 | 100001 | 1001010 |
Color Harmonies of #A8D3D1
Complementary color
Monochromatic Colors of #A8D3D1
Black with #A8D3D1
Text Example
Text Example
White with #A8D3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D3D1; }
p { color: rgb(168,211,209); }
H1.HeaderClassName
{
color: #A8D3D1;
}
.AnyTagClassName
{
color: #A8D3D1;
}
</style>
background-color css
<style>
a { background-color: #A8D3D1; }
a { background-color: rgb(168,211,209); }
div.DivClassName
{
background-color: #A8D3D1;
}
.BgClassName
{
background-color: #A8D3D1;
}
</style>
border-color css
<style>
span { border-color: #A8D3D1; }
span { border-color: rgb(168,211,209); }
td.TdClassName
{
border-color: #A8D3D1;
}
.TagClassName
{
border-color: #A8D3D1;
}
</style>