Shades of Sinbad #A6DCD6
Tints of Sinbad #A6DCD6
RGB
CMYK
RGB Variations
Color information
#A6DCD6 (or 0xA6DCD6) is known color: Sinbad. HEX triplet: A6, DC and D6. RGB value is (166,220,214). Sum of RGB (Red+Green+Blue) = 166+220+214=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCD6 is #592329. Grayscale: #CBCBCB. Windows color (decimal): -5841706 or 14081190. OLE color: 14081190.
HSL color Cylindrical-coordinate representation of color #A6DCD6: hue angle of 173.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCD6 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 214 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.14 |
| HSL | 173.33º | 0.44% | 0.76% | - |
| HSV(B) | 173.33º | 0.25% | 0.86% | - |
| XYZ | 53.46 | 64.15 | 73.18 | - |
| YUV | 203.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 214 | 0.25 | 0 | 0.03 | 0.14 | 173.33 | 0.44 | 0.76 |
| Hex | A6 | DC | D6 | 19 | 0 | 3 | E | AD | 2C | 4C |
| Octal | 246 | 334 | 326 | 31 | 0 | 3 | 16 | 255 | 54 | 114 |
| Binary | 10100110 | 11011100 | 11010110 | 11001 | 0 | 11 | 1110 | 10101101 | 101100 | 1001100 |
Color Harmonies of #A6DCD6
Complementary color
Monochromatic Colors of #A6DCD6
Black with #A6DCD6
Text Example
Text Example
White with #A6DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCD6; }
p { color: rgb(166,220,214); }
H1.HeaderClassName
{
color: #A6DCD6;
}
.AnyTagClassName
{
color: #A6DCD6;
}
</style>
background-color css
<style>
a { background-color: #A6DCD6; }
a { background-color: rgb(166,220,214); }
div.DivClassName
{
background-color: #A6DCD6;
}
.BgClassName
{
background-color: #A6DCD6;
}
</style>
border-color css
<style>
span { border-color: #A6DCD6; }
span { border-color: rgb(166,220,214); }
td.TdClassName
{
border-color: #A6DCD6;
}
.TagClassName
{
border-color: #A6DCD6;
}
</style>