Shades of Sinbad #A6DBDA
Tints of Sinbad #A6DBDA
RGB
CMYK
RGB Variations
Color information
#A6DBDA (or 0xA6DBDA) is known color: Sinbad. HEX triplet: A6, DB and DA. RGB value is (166,219,218). Sum of RGB (Red+Green+Blue) = 166+219+218=603 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.53% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBDA is #592425. Grayscale: #CACACA. Windows color (decimal): -5841958 or 14343078. OLE color: 14343078.
HSL color Cylindrical-coordinate representation of color #A6DBDA: hue angle of 178.87º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBDA is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 218 | - |
| CMYK | 0.24 | 0 | 0.00 | 0.14 |
| HSL | 178.87º | 0.42% | 0.75% | - |
| HSV(B) | 178.87º | 0.24% | 0.86% | - |
| XYZ | 53.71 | 63.83 | 75.82 | - |
| YUV | 203.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 218 | 0.24 | 0 | 0.00 | 0.14 | 178.87 | 0.42 | 0.75 |
| Hex | A6 | DB | DA | 18 | 0 | 0 | E | B3 | 2A | 4B |
| Octal | 246 | 333 | 332 | 30 | 0 | 0 | 16 | 263 | 52 | 113 |
| Binary | 10100110 | 11011011 | 11011010 | 11000 | 0 | 0 | 1110 | 10110011 | 101010 | 1001011 |
Color Harmonies of #A6DBDA
Complementary color
Monochromatic Colors of #A6DBDA
Black with #A6DBDA
Text Example
Text Example
White with #A6DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBDA; }
p { color: rgb(166,219,218); }
H1.HeaderClassName
{
color: #A6DBDA;
}
.AnyTagClassName
{
color: #A6DBDA;
}
</style>
background-color css
<style>
a { background-color: #A6DBDA; }
a { background-color: rgb(166,219,218); }
div.DivClassName
{
background-color: #A6DBDA;
}
.BgClassName
{
background-color: #A6DBDA;
}
</style>
border-color css
<style>
span { border-color: #A6DBDA; }
span { border-color: rgb(166,219,218); }
td.TdClassName
{
border-color: #A6DBDA;
}
.TagClassName
{
border-color: #A6DBDA;
}
</style>