Shades of Sinbad #A0DFDC
Tints of Sinbad #A0DFDC
RGB
CMYK
RGB Variations
Color information
#A0DFDC (or 0xA0DFDC) is known color: Sinbad. HEX triplet: A0, DF and DC. RGB value is (160,223,220). Sum of RGB (Red+Green+Blue) = 160+223+220=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFDC is #5F2023. Grayscale: #CBCBCB. Windows color (decimal): -6234148 or 14475168. OLE color: 14475168.
HSL color Cylindrical-coordinate representation of color #A0DFDC: hue angle of 177.14º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DFDC is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 220 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.13 |
| HSL | 177.14º | 0.5% | 0.75% | - |
| HSV(B) | 177.14º | 0.28% | 0.87% | - |
| XYZ | 53.8 | 65.42 | 77.5 | - |
| YUV | 203.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 220 | 0.28 | 0 | 0.01 | 0.13 | 177.14 | 0.5 | 0.75 |
| Hex | A0 | DF | DC | 1C | 0 | 1 | D | B1 | 32 | 4B |
| Octal | 240 | 337 | 334 | 34 | 0 | 1 | 15 | 261 | 62 | 113 |
| Binary | 10100000 | 11011111 | 11011100 | 11100 | 0 | 1 | 1101 | 10110001 | 110010 | 1001011 |
Color Harmonies of #A0DFDC
Complementary color
Monochromatic Colors of #A0DFDC
Black with #A0DFDC
Text Example
Text Example
White with #A0DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DFDC; }
p { color: rgb(160,223,220); }
H1.HeaderClassName
{
color: #A0DFDC;
}
.AnyTagClassName
{
color: #A0DFDC;
}
</style>
background-color css
<style>
a { background-color: #A0DFDC; }
a { background-color: rgb(160,223,220); }
div.DivClassName
{
background-color: #A0DFDC;
}
.BgClassName
{
background-color: #A0DFDC;
}
</style>
border-color css
<style>
span { border-color: #A0DFDC; }
span { border-color: rgb(160,223,220); }
td.TdClassName
{
border-color: #A0DFDC;
}
.TagClassName
{
border-color: #A0DFDC;
}
</style>