Shades of Sinbad #A6D1CB
Tints of Sinbad #A6D1CB
RGB
CMYK
RGB Variations
Color information
#A6D1CB (or 0xA6D1CB) is known color: Sinbad. HEX triplet: A6, D1 and CB. RGB value is (166,209,203). Sum of RGB (Red+Green+Blue) = 166+209+203=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D1CB is #592E34. Grayscale: #C3C3C3. Windows color (decimal): -5844533 or 13357478. OLE color: 13357478.
HSL color Cylindrical-coordinate representation of color #A6D1CB: hue angle of 171.63º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D1CB is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 203 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.18 |
| HSL | 171.63º | 0.32% | 0.74% | - |
| HSV(B) | 171.63º | 0.21% | 0.82% | - |
| XYZ | 49.31 | 58.02 | 65.1 | - |
| YUV | 195.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 203 | 0.21 | 0 | 0.03 | 0.18 | 171.63 | 0.32 | 0.74 |
| Hex | A6 | D1 | CB | 15 | 0 | 3 | 12 | AC | 20 | 4A |
| Octal | 246 | 321 | 313 | 25 | 0 | 3 | 22 | 254 | 40 | 112 |
| Binary | 10100110 | 11010001 | 11001011 | 10101 | 0 | 11 | 10010 | 10101100 | 100000 | 1001010 |
Color Harmonies of #A6D1CB
Complementary color
Monochromatic Colors of #A6D1CB
Black with #A6D1CB
Text Example
Text Example
White with #A6D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D1CB; }
p { color: rgb(166,209,203); }
H1.HeaderClassName
{
color: #A6D1CB;
}
.AnyTagClassName
{
color: #A6D1CB;
}
</style>
background-color css
<style>
a { background-color: #A6D1CB; }
a { background-color: rgb(166,209,203); }
div.DivClassName
{
background-color: #A6D1CB;
}
.BgClassName
{
background-color: #A6D1CB;
}
</style>
border-color css
<style>
span { border-color: #A6D1CB; }
span { border-color: rgb(166,209,203); }
td.TdClassName
{
border-color: #A6D1CB;
}
.TagClassName
{
border-color: #A6D1CB;
}
</style>