Shades of Sinbad #A1CEC5
Tints of Sinbad #A1CEC5
RGB
CMYK
RGB Variations
Color information
#A1CEC5 (or 0xA1CEC5) is known color: Sinbad. HEX triplet: A1, CE and C5. RGB value is (161,206,197). Sum of RGB (Red+Green+Blue) = 161+206+197=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEC5 is #5E313A. Grayscale: #BFBFBF. Windows color (decimal): -6172987 or 12963489. OLE color: 12963489.
HSL color Cylindrical-coordinate representation of color #A1CEC5: hue angle of 168º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CEC5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 197 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.19 |
| HSL | 168º | 0.31% | 0.72% | - |
| HSV(B) | 168º | 0.22% | 0.81% | - |
| XYZ | 46.85 | 55.75 | 61.12 | - |
| YUV | 191.52 | 131.09 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 197 | 0.22 | 0 | 0.04 | 0.19 | 168 | 0.31 | 0.72 |
| Hex | A1 | CE | C5 | 16 | 0 | 4 | 13 | A8 | 1F | 48 |
| Octal | 241 | 316 | 305 | 26 | 0 | 4 | 23 | 250 | 37 | 110 |
| Binary | 10100001 | 11001110 | 11000101 | 10110 | 0 | 100 | 10011 | 10101000 | 11111 | 1001000 |
Color Harmonies of #A1CEC5
Complementary color
Monochromatic Colors of #A1CEC5
Black with #A1CEC5
Text Example
Text Example
White with #A1CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEC5; }
p { color: rgb(161,206,197); }
H1.HeaderClassName
{
color: #A1CEC5;
}
.AnyTagClassName
{
color: #A1CEC5;
}
</style>
background-color css
<style>
a { background-color: #A1CEC5; }
a { background-color: rgb(161,206,197); }
div.DivClassName
{
background-color: #A1CEC5;
}
.BgClassName
{
background-color: #A1CEC5;
}
</style>
border-color css
<style>
span { border-color: #A1CEC5; }
span { border-color: rgb(161,206,197); }
td.TdClassName
{
border-color: #A1CEC5;
}
.TagClassName
{
border-color: #A1CEC5;
}
</style>