Shades of Sinbad #A1CBC8
Tints of Sinbad #A1CBC8
RGB
CMYK
RGB Variations
Color information
#A1CBC8 (or 0xA1CBC8) is known color: Sinbad. HEX triplet: A1, CB and C8. RGB value is (161,203,200). Sum of RGB (Red+Green+Blue) = 161+203+200=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBC8 is #5E3437. Grayscale: #BEBEBE. Windows color (decimal): -6173752 or 13159329. OLE color: 13159329.
HSL color Cylindrical-coordinate representation of color #A1CBC8: hue angle of 175.71º 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 #A1CBC8 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 200 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.20 |
| HSL | 175.71º | 0.29% | 0.71% | - |
| HSV(B) | 175.71º | 0.21% | 0.8% | - |
| XYZ | 46.48 | 54.46 | 62.71 | - |
| YUV | 190.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 200 | 0.21 | 0 | 0.01 | 0.20 | 175.71 | 0.29 | 0.71 |
| Hex | A1 | CB | C8 | 15 | 0 | 1 | 14 | B0 | 1D | 47 |
| Octal | 241 | 313 | 310 | 25 | 0 | 1 | 24 | 260 | 35 | 107 |
| Binary | 10100001 | 11001011 | 11001000 | 10101 | 0 | 1 | 10100 | 10110000 | 11101 | 1000111 |
Color Harmonies of #A1CBC8
Complementary color
Monochromatic Colors of #A1CBC8
Black with #A1CBC8
Text Example
Text Example
White with #A1CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBC8; }
p { color: rgb(161,203,200); }
H1.HeaderClassName
{
color: #A1CBC8;
}
.AnyTagClassName
{
color: #A1CBC8;
}
</style>
background-color css
<style>
a { background-color: #A1CBC8; }
a { background-color: rgb(161,203,200); }
div.DivClassName
{
background-color: #A1CBC8;
}
.BgClassName
{
background-color: #A1CBC8;
}
</style>
border-color css
<style>
span { border-color: #A1CBC8; }
span { border-color: rgb(161,203,200); }
td.TdClassName
{
border-color: #A1CBC8;
}
.TagClassName
{
border-color: #A1CBC8;
}
</style>