Shades of Sinbad #A1CEC6
Tints of Sinbad #A1CEC6
RGB
CMYK
RGB Variations
Color information
#A1CEC6 (or 0xA1CEC6) is known color: Sinbad. HEX triplet: A1, CE and C6. RGB value is (161,206,198). Sum of RGB (Red+Green+Blue) = 161+206+198=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEC6 is #5E3139. Grayscale: #BFBFBF. Windows color (decimal): -6172986 or 13029025. OLE color: 13029025.
HSL color Cylindrical-coordinate representation of color #A1CEC6: hue angle of 169.33º 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 #A1CEC6 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 198 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.19 |
| HSL | 169.33º | 0.31% | 0.72% | - |
| HSV(B) | 169.33º | 0.22% | 0.81% | - |
| XYZ | 46.96 | 55.8 | 61.72 | - |
| YUV | 191.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 198 | 0.22 | 0 | 0.04 | 0.19 | 169.33 | 0.31 | 0.72 |
| Hex | A1 | CE | C6 | 16 | 0 | 4 | 13 | A9 | 1F | 48 |
| Octal | 241 | 316 | 306 | 26 | 0 | 4 | 23 | 251 | 37 | 110 |
| Binary | 10100001 | 11001110 | 11000110 | 10110 | 0 | 100 | 10011 | 10101001 | 11111 | 1001000 |
Color Harmonies of #A1CEC6
Complementary color
Monochromatic Colors of #A1CEC6
Black with #A1CEC6
Text Example
Text Example
White with #A1CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEC6; }
p { color: rgb(161,206,198); }
H1.HeaderClassName
{
color: #A1CEC6;
}
.AnyTagClassName
{
color: #A1CEC6;
}
</style>
background-color css
<style>
a { background-color: #A1CEC6; }
a { background-color: rgb(161,206,198); }
div.DivClassName
{
background-color: #A1CEC6;
}
.BgClassName
{
background-color: #A1CEC6;
}
</style>
border-color css
<style>
span { border-color: #A1CEC6; }
span { border-color: rgb(161,206,198); }
td.TdClassName
{
border-color: #A1CEC6;
}
.TagClassName
{
border-color: #A1CEC6;
}
</style>