Shades of Sinbad #A6D7CF
Tints of Sinbad #A6D7CF
RGB
CMYK
RGB Variations
Color information
#A6D7CF (or 0xA6D7CF) is known color: Sinbad. HEX triplet: A6, D7 and CF. RGB value is (166,215,207). Sum of RGB (Red+Green+Blue) = 166+215+207=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D7CF is #592830. Grayscale: #C7C7C7. Windows color (decimal): -5842993 or 13621158. OLE color: 13621158.
HSL color Cylindrical-coordinate representation of color #A6D7CF: hue angle of 170.2º 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 #A6D7CF is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 215 | 207 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.16 |
| HSL | 170.2º | 0.38% | 0.75% | - |
| HSV(B) | 170.2º | 0.23% | 0.84% | - |
| XYZ | 51.29 | 61.21 | 68.14 | - |
| YUV | 199.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 215 | 207 | 0.23 | 0 | 0.04 | 0.16 | 170.2 | 0.38 | 0.75 |
| Hex | A6 | D7 | CF | 17 | 0 | 4 | 10 | AA | 26 | 4B |
| Octal | 246 | 327 | 317 | 27 | 0 | 4 | 20 | 252 | 46 | 113 |
| Binary | 10100110 | 11010111 | 11001111 | 10111 | 0 | 100 | 10000 | 10101010 | 100110 | 1001011 |
Color Harmonies of #A6D7CF
Complementary color
Monochromatic Colors of #A6D7CF
Black with #A6D7CF
Text Example
Text Example
White with #A6D7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D7CF; }
p { color: rgb(166,215,207); }
H1.HeaderClassName
{
color: #A6D7CF;
}
.AnyTagClassName
{
color: #A6D7CF;
}
</style>
background-color css
<style>
a { background-color: #A6D7CF; }
a { background-color: rgb(166,215,207); }
div.DivClassName
{
background-color: #A6D7CF;
}
.BgClassName
{
background-color: #A6D7CF;
}
</style>
border-color css
<style>
span { border-color: #A6D7CF; }
span { border-color: rgb(166,215,207); }
td.TdClassName
{
border-color: #A6D7CF;
}
.TagClassName
{
border-color: #A6D7CF;
}
</style>