Shades of Sinbad #A8D0C9
Tints of Sinbad #A8D0C9
RGB
CMYK
RGB Variations
Color information
#A8D0C9 (or 0xA8D0C9) is known color: Sinbad. HEX triplet: A8, D0 and C9. RGB value is (168,208,201). Sum of RGB (Red+Green+Blue) = 168+208+201=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D0C9 is #572F36. Grayscale: #C3C3C3. Windows color (decimal): -5713719 or 13226152. OLE color: 13226152.
HSL color Cylindrical-coordinate representation of color #A8D0C9: hue angle of 169.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8D0C9 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 201 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.18 |
| HSL | 169.5º | 0.3% | 0.74% | - |
| HSV(B) | 169.5º | 0.19% | 0.82% | - |
| XYZ | 49.25 | 57.65 | 63.79 | - |
| YUV | 195.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 201 | 0.19 | 0 | 0.03 | 0.18 | 169.5 | 0.3 | 0.74 |
| Hex | A8 | D0 | C9 | 13 | 0 | 3 | 12 | AA | 1E | 4A |
| Octal | 250 | 320 | 311 | 23 | 0 | 3 | 22 | 252 | 36 | 112 |
| Binary | 10101000 | 11010000 | 11001001 | 10011 | 0 | 11 | 10010 | 10101010 | 11110 | 1001010 |
Color Harmonies of #A8D0C9
Complementary color
Monochromatic Colors of #A8D0C9
Black with #A8D0C9
Text Example
Text Example
White with #A8D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D0C9; }
p { color: rgb(168,208,201); }
H1.HeaderClassName
{
color: #A8D0C9;
}
.AnyTagClassName
{
color: #A8D0C9;
}
</style>
background-color css
<style>
a { background-color: #A8D0C9; }
a { background-color: rgb(168,208,201); }
div.DivClassName
{
background-color: #A8D0C9;
}
.BgClassName
{
background-color: #A8D0C9;
}
</style>
border-color css
<style>
span { border-color: #A8D0C9; }
span { border-color: rgb(168,208,201); }
td.TdClassName
{
border-color: #A8D0C9;
}
.TagClassName
{
border-color: #A8D0C9;
}
</style>