Shades of Sinbad #A6DDDC
Tints of Sinbad #A6DDDC
RGB
CMYK
RGB Variations
Color information
#A6DDDC (or 0xA6DDDC) is known color: Sinbad. HEX triplet: A6, DD and DC. RGB value is (166,221,220). Sum of RGB (Red+Green+Blue) = 166+221+220=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDDC is #592223. Grayscale: #CCCCCC. Windows color (decimal): -5841444 or 14474662. OLE color: 14474662.
HSL color Cylindrical-coordinate representation of color #A6DDDC: hue angle of 178.91º degrees, saturation: 0.45, 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 #A6DDDC is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 220 | - |
| CMYK | 0.25 | 0 | 0.00 | 0.13 |
| HSL | 178.91º | 0.45% | 0.76% | - |
| HSV(B) | 178.91º | 0.25% | 0.87% | - |
| XYZ | 54.5 | 64.99 | 77.38 | - |
| YUV | 204.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 220 | 0.25 | 0 | 0.00 | 0.13 | 178.91 | 0.45 | 0.76 |
| Hex | A6 | DD | DC | 19 | 0 | 0 | D | B3 | 2D | 4C |
| Octal | 246 | 335 | 334 | 31 | 0 | 0 | 15 | 263 | 55 | 114 |
| Binary | 10100110 | 11011101 | 11011100 | 11001 | 0 | 0 | 1101 | 10110011 | 101101 | 1001100 |
Color Harmonies of #A6DDDC
Complementary color
Monochromatic Colors of #A6DDDC
Black with #A6DDDC
Text Example
Text Example
White with #A6DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDDC; }
p { color: rgb(166,221,220); }
H1.HeaderClassName
{
color: #A6DDDC;
}
.AnyTagClassName
{
color: #A6DDDC;
}
</style>
background-color css
<style>
a { background-color: #A6DDDC; }
a { background-color: rgb(166,221,220); }
div.DivClassName
{
background-color: #A6DDDC;
}
.BgClassName
{
background-color: #A6DDDC;
}
</style>
border-color css
<style>
span { border-color: #A6DDDC; }
span { border-color: rgb(166,221,220); }
td.TdClassName
{
border-color: #A6DDDC;
}
.TagClassName
{
border-color: #A6DDDC;
}
</style>