Shades of Sinbad #A0CBC8
Tints of Sinbad #A0CBC8
RGB
CMYK
RGB Variations
Color information
#A0CBC8 (or 0xA0CBC8) is known color: Sinbad. HEX triplet: A0, CB and C8. RGB value is (160,203,200). Sum of RGB (Red+Green+Blue) = 160+203+200=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBC8 is #5F3437. Grayscale: #BDBDBD. Windows color (decimal): -6239288 or 13159328. OLE color: 13159328.
HSL color Cylindrical-coordinate representation of color #A0CBC8: hue angle of 175.81º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CBC8 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 200 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.20 |
| HSL | 175.81º | 0.29% | 0.71% | - |
| HSV(B) | 175.81º | 0.21% | 0.8% | - |
| XYZ | 46.28 | 54.36 | 62.7 | - |
| YUV | 189.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 200 | 0.21 | 0 | 0.01 | 0.20 | 175.81 | 0.29 | 0.71 |
| Hex | A0 | CB | C8 | 15 | 0 | 1 | 14 | B0 | 1D | 47 |
| Octal | 240 | 313 | 310 | 25 | 0 | 1 | 24 | 260 | 35 | 107 |
| Binary | 10100000 | 11001011 | 11001000 | 10101 | 0 | 1 | 10100 | 10110000 | 11101 | 1000111 |
Color Harmonies of #A0CBC8
Complementary color
Monochromatic Colors of #A0CBC8
Black with #A0CBC8
Text Example
Text Example
White with #A0CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBC8; }
p { color: rgb(160,203,200); }
H1.HeaderClassName
{
color: #A0CBC8;
}
.AnyTagClassName
{
color: #A0CBC8;
}
</style>
background-color css
<style>
a { background-color: #A0CBC8; }
a { background-color: rgb(160,203,200); }
div.DivClassName
{
background-color: #A0CBC8;
}
.BgClassName
{
background-color: #A0CBC8;
}
</style>
border-color css
<style>
span { border-color: #A0CBC8; }
span { border-color: rgb(160,203,200); }
td.TdClassName
{
border-color: #A0CBC8;
}
.TagClassName
{
border-color: #A0CBC8;
}
</style>