Shades of Sinbad #A8D2D0
Tints of Sinbad #A8D2D0
RGB
CMYK
RGB Variations
Color information
#A8D2D0 (or 0xA8D2D0) is known color: Sinbad. HEX triplet: A8, D2 and D0. RGB value is (168,210,208). Sum of RGB (Red+Green+Blue) = 168+210+208=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D2D0 is #572D2F. Grayscale: #C5C5C5. Windows color (decimal): -5713200 or 13685416. OLE color: 13685416.
HSL color Cylindrical-coordinate representation of color #A8D2D0: hue angle of 177.14º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D2D0 is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 208 | - |
| CMYK | 0.2 | 0 | 0.01 | 0.18 |
| HSL | 177.14º | 0.32% | 0.74% | - |
| HSV(B) | 177.14º | 0.2% | 0.82% | - |
| XYZ | 50.58 | 58.97 | 68.39 | - |
| YUV | 197.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 208 | 0.2 | 0 | 0.01 | 0.18 | 177.14 | 0.32 | 0.74 |
| Hex | A8 | D2 | D0 | 14 | 0 | 1 | 12 | B1 | 20 | 4A |
| Octal | 250 | 322 | 320 | 24 | 0 | 1 | 22 | 261 | 40 | 112 |
| Binary | 10101000 | 11010010 | 11010000 | 10100 | 0 | 1 | 10010 | 10110001 | 100000 | 1001010 |
Color Harmonies of #A8D2D0
Complementary color
Monochromatic Colors of #A8D2D0
Black with #A8D2D0
Text Example
Text Example
White with #A8D2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D2D0; }
p { color: rgb(168,210,208); }
H1.HeaderClassName
{
color: #A8D2D0;
}
.AnyTagClassName
{
color: #A8D2D0;
}
</style>
background-color css
<style>
a { background-color: #A8D2D0; }
a { background-color: rgb(168,210,208); }
div.DivClassName
{
background-color: #A8D2D0;
}
.BgClassName
{
background-color: #A8D2D0;
}
</style>
border-color css
<style>
span { border-color: #A8D2D0; }
span { border-color: rgb(168,210,208); }
td.TdClassName
{
border-color: #A8D2D0;
}
.TagClassName
{
border-color: #A8D2D0;
}
</style>