Shades of Sinbad #A6CDC7
Tints of Sinbad #A6CDC7
RGB
CMYK
RGB Variations
Color information
#A6CDC7 (or 0xA6CDC7) is known color: Sinbad. HEX triplet: A6, CD and C7. RGB value is (166,205,199). Sum of RGB (Red+Green+Blue) = 166+205+199=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDC7 is #593238. Grayscale: #C0C0C0. Windows color (decimal): -5845561 or 13094310. OLE color: 13094310.
HSL color Cylindrical-coordinate representation of color #A6CDC7: hue angle of 170.77º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CDC7 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 205 | 199 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.20 |
| HSL | 170.77º | 0.28% | 0.73% | - |
| HSV(B) | 170.77º | 0.19% | 0.8% | - |
| XYZ | 47.87 | 55.89 | 62.3 | - |
| YUV | 192.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 199 | 0.19 | 0 | 0.03 | 0.20 | 170.77 | 0.28 | 0.73 |
| Hex | A6 | CD | C7 | 13 | 0 | 3 | 14 | AB | 1C | 49 |
| Octal | 246 | 315 | 307 | 23 | 0 | 3 | 24 | 253 | 34 | 111 |
| Binary | 10100110 | 11001101 | 11000111 | 10011 | 0 | 11 | 10100 | 10101011 | 11100 | 1001001 |
Color Harmonies of #A6CDC7
Complementary color
Monochromatic Colors of #A6CDC7
Black with #A6CDC7
Text Example
Text Example
White with #A6CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDC7; }
p { color: rgb(166,205,199); }
H1.HeaderClassName
{
color: #A6CDC7;
}
.AnyTagClassName
{
color: #A6CDC7;
}
</style>
background-color css
<style>
a { background-color: #A6CDC7; }
a { background-color: rgb(166,205,199); }
div.DivClassName
{
background-color: #A6CDC7;
}
.BgClassName
{
background-color: #A6CDC7;
}
</style>
border-color css
<style>
span { border-color: #A6CDC7; }
span { border-color: rgb(166,205,199); }
td.TdClassName
{
border-color: #A6CDC7;
}
.TagClassName
{
border-color: #A6CDC7;
}
</style>