Shades of Sinbad #A6D7CE
Tints of Sinbad #A6D7CE
RGB
CMYK
RGB Variations
Color information
#A6D7CE (or 0xA6D7CE) is known color: Sinbad. HEX triplet: A6, D7 and CE. RGB value is (166,215,206). Sum of RGB (Red+Green+Blue) = 166+215+206=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D7CE is #592831. Grayscale: #C7C7C7. Windows color (decimal): -5842994 or 13555622. OLE color: 13555622.
HSL color Cylindrical-coordinate representation of color #A6D7CE: hue angle of 168.98º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D7CE is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 215 | 206 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.16 |
| HSL | 168.98º | 0.38% | 0.75% | - |
| HSV(B) | 168.98º | 0.23% | 0.84% | - |
| XYZ | 51.17 | 61.16 | 67.5 | - |
| YUV | 199.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 215 | 206 | 0.23 | 0 | 0.04 | 0.16 | 168.98 | 0.38 | 0.75 |
| Hex | A6 | D7 | CE | 17 | 0 | 4 | 10 | A9 | 26 | 4B |
| Octal | 246 | 327 | 316 | 27 | 0 | 4 | 20 | 251 | 46 | 113 |
| Binary | 10100110 | 11010111 | 11001110 | 10111 | 0 | 100 | 10000 | 10101001 | 100110 | 1001011 |
Color Harmonies of #A6D7CE
Complementary color
Monochromatic Colors of #A6D7CE
Black with #A6D7CE
Text Example
Text Example
White with #A6D7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D7CE; }
p { color: rgb(166,215,206); }
H1.HeaderClassName
{
color: #A6D7CE;
}
.AnyTagClassName
{
color: #A6D7CE;
}
</style>
background-color css
<style>
a { background-color: #A6D7CE; }
a { background-color: rgb(166,215,206); }
div.DivClassName
{
background-color: #A6D7CE;
}
.BgClassName
{
background-color: #A6D7CE;
}
</style>
border-color css
<style>
span { border-color: #A6D7CE; }
span { border-color: rgb(166,215,206); }
td.TdClassName
{
border-color: #A6D7CE;
}
.TagClassName
{
border-color: #A6D7CE;
}
</style>