Shades of Sinbad #A6DCDA
Tints of Sinbad #A6DCDA
RGB
CMYK
RGB Variations
Color information
#A6DCDA (or 0xA6DCDA) is known color: Sinbad. HEX triplet: A6, DC and DA. RGB value is (166,220,218). Sum of RGB (Red+Green+Blue) = 166+220+218=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCDA is #592325. Grayscale: #CBCBCB. Windows color (decimal): -5841702 or 14343334. OLE color: 14343334.
HSL color Cylindrical-coordinate representation of color #A6DCDA: hue angle of 177.78º 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 #A6DCDA is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 218 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.14 |
| HSL | 177.78º | 0.44% | 0.76% | - |
| HSV(B) | 177.78º | 0.25% | 0.86% | - |
| XYZ | 53.97 | 64.36 | 75.91 | - |
| YUV | 203.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 218 | 0.25 | 0 | 0.01 | 0.14 | 177.78 | 0.44 | 0.76 |
| Hex | A6 | DC | DA | 19 | 0 | 1 | E | B2 | 2C | 4C |
| Octal | 246 | 334 | 332 | 31 | 0 | 1 | 16 | 262 | 54 | 114 |
| Binary | 10100110 | 11011100 | 11011010 | 11001 | 0 | 1 | 1110 | 10110010 | 101100 | 1001100 |
Color Harmonies of #A6DCDA
Complementary color
Monochromatic Colors of #A6DCDA
Black with #A6DCDA
Text Example
Text Example
White with #A6DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCDA; }
p { color: rgb(166,220,218); }
H1.HeaderClassName
{
color: #A6DCDA;
}
.AnyTagClassName
{
color: #A6DCDA;
}
</style>
background-color css
<style>
a { background-color: #A6DCDA; }
a { background-color: rgb(166,220,218); }
div.DivClassName
{
background-color: #A6DCDA;
}
.BgClassName
{
background-color: #A6DCDA;
}
</style>
border-color css
<style>
span { border-color: #A6DCDA; }
span { border-color: rgb(166,220,218); }
td.TdClassName
{
border-color: #A6DCDA;
}
.TagClassName
{
border-color: #A6DCDA;
}
</style>