Shades of Sinbad #A1CEC7
Tints of Sinbad #A1CEC7
RGB
CMYK
RGB Variations
Color information
#A1CEC7 (or 0xA1CEC7) is known color: Sinbad. HEX triplet: A1, CE and C7. RGB value is (161,206,199). Sum of RGB (Red+Green+Blue) = 161+206+199=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEC7 is #5E3138. Grayscale: #BFBFBF. Windows color (decimal): -6172985 or 13094561. OLE color: 13094561.
HSL color Cylindrical-coordinate representation of color #A1CEC7: hue angle of 170.67º 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 #A1CEC7 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 199 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.19 |
| HSL | 170.67º | 0.31% | 0.72% | - |
| HSV(B) | 170.67º | 0.22% | 0.81% | - |
| XYZ | 47.08 | 55.84 | 62.33 | - |
| YUV | 191.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 199 | 0.22 | 0 | 0.03 | 0.19 | 170.67 | 0.31 | 0.72 |
| Hex | A1 | CE | C7 | 16 | 0 | 3 | 13 | AB | 1F | 48 |
| Octal | 241 | 316 | 307 | 26 | 0 | 3 | 23 | 253 | 37 | 110 |
| Binary | 10100001 | 11001110 | 11000111 | 10110 | 0 | 11 | 10011 | 10101011 | 11111 | 1001000 |
Color Harmonies of #A1CEC7
Complementary color
Monochromatic Colors of #A1CEC7
Black with #A1CEC7
Text Example
Text Example
White with #A1CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEC7; }
p { color: rgb(161,206,199); }
H1.HeaderClassName
{
color: #A1CEC7;
}
.AnyTagClassName
{
color: #A1CEC7;
}
</style>
background-color css
<style>
a { background-color: #A1CEC7; }
a { background-color: rgb(161,206,199); }
div.DivClassName
{
background-color: #A1CEC7;
}
.BgClassName
{
background-color: #A1CEC7;
}
</style>
border-color css
<style>
span { border-color: #A1CEC7; }
span { border-color: rgb(161,206,199); }
td.TdClassName
{
border-color: #A1CEC7;
}
.TagClassName
{
border-color: #A1CEC7;
}
</style>