Shades of Sinbad #A0CDC8
Tints of Sinbad #A0CDC8
RGB
CMYK
RGB Variations
Color information
#A0CDC8 (or 0xA0CDC8) is known color: Sinbad. HEX triplet: A0, CD and C8. RGB value is (160,205,200). Sum of RGB (Red+Green+Blue) = 160+205+200=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDC8 is #5F3237. Grayscale: #BEBEBE. Windows color (decimal): -6238776 or 13159840. OLE color: 13159840.
HSL color Cylindrical-coordinate representation of color #A0CDC8: hue angle of 173.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDC8 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 200 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.20 |
| HSL | 173.33º | 0.31% | 0.72% | - |
| HSV(B) | 173.33º | 0.22% | 0.8% | - |
| XYZ | 46.75 | 55.31 | 62.85 | - |
| YUV | 190.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 200 | 0.22 | 0 | 0.02 | 0.20 | 173.33 | 0.31 | 0.72 |
| Hex | A0 | CD | C8 | 16 | 0 | 2 | 14 | AD | 1F | 48 |
| Octal | 240 | 315 | 310 | 26 | 0 | 2 | 24 | 255 | 37 | 110 |
| Binary | 10100000 | 11001101 | 11001000 | 10110 | 0 | 10 | 10100 | 10101101 | 11111 | 1001000 |
Color Harmonies of #A0CDC8
Complementary color
Monochromatic Colors of #A0CDC8
Black with #A0CDC8
Text Example
Text Example
White with #A0CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CDC8; }
p { color: rgb(160,205,200); }
H1.HeaderClassName
{
color: #A0CDC8;
}
.AnyTagClassName
{
color: #A0CDC8;
}
</style>
background-color css
<style>
a { background-color: #A0CDC8; }
a { background-color: rgb(160,205,200); }
div.DivClassName
{
background-color: #A0CDC8;
}
.BgClassName
{
background-color: #A0CDC8;
}
</style>
border-color css
<style>
span { border-color: #A0CDC8; }
span { border-color: rgb(160,205,200); }
td.TdClassName
{
border-color: #A0CDC8;
}
.TagClassName
{
border-color: #A0CDC8;
}
</style>