Shades of Sinbad #A6DEDB
Tints of Sinbad #A6DEDB
RGB
CMYK
RGB Variations
Color information
#A6DEDB (or 0xA6DEDB) is known color: Sinbad. HEX triplet: A6, DE and DB. RGB value is (166,222,219). Sum of RGB (Red+Green+Blue) = 166+222+219=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DEDB is #592124. Grayscale: #CCCCCC. Windows color (decimal): -5841189 or 14409382. OLE color: 14409382.
HSL color Cylindrical-coordinate representation of color #A6DEDB: hue angle of 176.79º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DEDB is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 222 | 219 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.13 |
| HSL | 176.79º | 0.46% | 0.76% | - |
| HSV(B) | 176.79º | 0.25% | 0.87% | - |
| XYZ | 54.63 | 65.46 | 76.77 | - |
| YUV | 204.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 222 | 219 | 0.25 | 0 | 0.01 | 0.13 | 176.79 | 0.46 | 0.76 |
| Hex | A6 | DE | DB | 19 | 0 | 1 | D | B1 | 2E | 4C |
| Octal | 246 | 336 | 333 | 31 | 0 | 1 | 15 | 261 | 56 | 114 |
| Binary | 10100110 | 11011110 | 11011011 | 11001 | 0 | 1 | 1101 | 10110001 | 101110 | 1001100 |
Color Harmonies of #A6DEDB
Complementary color
Monochromatic Colors of #A6DEDB
Black with #A6DEDB
Text Example
Text Example
White with #A6DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DEDB; }
p { color: rgb(166,222,219); }
H1.HeaderClassName
{
color: #A6DEDB;
}
.AnyTagClassName
{
color: #A6DEDB;
}
</style>
background-color css
<style>
a { background-color: #A6DEDB; }
a { background-color: rgb(166,222,219); }
div.DivClassName
{
background-color: #A6DEDB;
}
.BgClassName
{
background-color: #A6DEDB;
}
</style>
border-color css
<style>
span { border-color: #A6DEDB; }
span { border-color: rgb(166,222,219); }
td.TdClassName
{
border-color: #A6DEDB;
}
.TagClassName
{
border-color: #A6DEDB;
}
</style>