Shades of Sinbad #A6DFDB
Tints of Sinbad #A6DFDB
RGB
CMYK
RGB Variations
Color information
#A6DFDB (or 0xA6DFDB) is known color: Sinbad. HEX triplet: A6, DF and DB. RGB value is (166,223,219). Sum of RGB (Red+Green+Blue) = 166+223+219=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFDB is #592024. Grayscale: #CDCDCD. Windows color (decimal): -5840933 or 14409638. OLE color: 14409638.
HSL color Cylindrical-coordinate representation of color #A6DFDB: hue angle of 175.79º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFDB is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 219 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.13 |
| HSL | 175.79º | 0.47% | 0.76% | - |
| HSV(B) | 175.79º | 0.26% | 0.87% | - |
| XYZ | 54.9 | 66 | 76.86 | - |
| YUV | 205.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 219 | 0.26 | 0 | 0.02 | 0.13 | 175.79 | 0.47 | 0.76 |
| Hex | A6 | DF | DB | 1A | 0 | 2 | D | B0 | 2F | 4C |
| Octal | 246 | 337 | 333 | 32 | 0 | 2 | 15 | 260 | 57 | 114 |
| Binary | 10100110 | 11011111 | 11011011 | 11010 | 0 | 10 | 1101 | 10110000 | 101111 | 1001100 |
Color Harmonies of #A6DFDB
Complementary color
Monochromatic Colors of #A6DFDB
Black with #A6DFDB
Text Example
Text Example
White with #A6DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DFDB; }
p { color: rgb(166,223,219); }
H1.HeaderClassName
{
color: #A6DFDB;
}
.AnyTagClassName
{
color: #A6DFDB;
}
</style>
background-color css
<style>
a { background-color: #A6DFDB; }
a { background-color: rgb(166,223,219); }
div.DivClassName
{
background-color: #A6DFDB;
}
.BgClassName
{
background-color: #A6DFDB;
}
</style>
border-color css
<style>
span { border-color: #A6DFDB; }
span { border-color: rgb(166,223,219); }
td.TdClassName
{
border-color: #A6DFDB;
}
.TagClassName
{
border-color: #A6DFDB;
}
</style>