Shades of Sinbad #A6E0DD
Tints of Sinbad #A6E0DD
RGB
CMYK
RGB Variations
Color information
#A6E0DD (or 0xA6E0DD) is known color: Sinbad. HEX triplet: A6, E0 and DD. RGB value is (166,224,221). Sum of RGB (Red+Green+Blue) = 166+224+221=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0DD is #591F22. Grayscale: #CECECE. Windows color (decimal): -5840675 or 14540966. OLE color: 14540966.
HSL color Cylindrical-coordinate representation of color #A6E0DD: hue angle of 176.9º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0DD is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 221 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.12 |
| HSL | 176.9º | 0.48% | 0.76% | - |
| HSV(B) | 176.9º | 0.26% | 0.88% | - |
| XYZ | 55.43 | 66.64 | 78.35 | - |
| YUV | 206.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 221 | 0.26 | 0 | 0.01 | 0.12 | 176.9 | 0.48 | 0.76 |
| Hex | A6 | E0 | DD | 1A | 0 | 1 | C | B1 | 30 | 4C |
| Octal | 246 | 340 | 335 | 32 | 0 | 1 | 14 | 261 | 60 | 114 |
| Binary | 10100110 | 11100000 | 11011101 | 11010 | 0 | 1 | 1100 | 10110001 | 110000 | 1001100 |
Color Harmonies of #A6E0DD
Complementary color
Monochromatic Colors of #A6E0DD
Black with #A6E0DD
Text Example
Text Example
White with #A6E0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E0DD; }
p { color: rgb(166,224,221); }
H1.HeaderClassName
{
color: #A6E0DD;
}
.AnyTagClassName
{
color: #A6E0DD;
}
</style>
background-color css
<style>
a { background-color: #A6E0DD; }
a { background-color: rgb(166,224,221); }
div.DivClassName
{
background-color: #A6E0DD;
}
.BgClassName
{
background-color: #A6E0DD;
}
</style>
border-color css
<style>
span { border-color: #A6E0DD; }
span { border-color: rgb(166,224,221); }
td.TdClassName
{
border-color: #A6E0DD;
}
.TagClassName
{
border-color: #A6E0DD;
}
</style>