Shades of Sinbad #A1CEC9
Tints of Sinbad #A1CEC9
RGB
CMYK
RGB Variations
Color information
#A1CEC9 (or 0xA1CEC9) is known color: Sinbad. HEX triplet: A1, CE and C9. RGB value is (161,206,201). Sum of RGB (Red+Green+Blue) = 161+206+201=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEC9 is #5E3136. Grayscale: #BFBFBF. Windows color (decimal): -6172983 or 13225633. OLE color: 13225633.
HSL color Cylindrical-coordinate representation of color #A1CEC9: hue angle of 173.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 #A1CEC9 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 201 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.19 |
| HSL | 173.33º | 0.31% | 0.72% | - |
| HSV(B) | 173.33º | 0.22% | 0.81% | - |
| XYZ | 47.31 | 55.94 | 63.56 | - |
| YUV | 191.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 201 | 0.22 | 0 | 0.02 | 0.19 | 173.33 | 0.31 | 0.72 |
| Hex | A1 | CE | C9 | 16 | 0 | 2 | 13 | AD | 1F | 48 |
| Octal | 241 | 316 | 311 | 26 | 0 | 2 | 23 | 255 | 37 | 110 |
| Binary | 10100001 | 11001110 | 11001001 | 10110 | 0 | 10 | 10011 | 10101101 | 11111 | 1001000 |
Color Harmonies of #A1CEC9
Complementary color
Monochromatic Colors of #A1CEC9
Black with #A1CEC9
Text Example
Text Example
White with #A1CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEC9; }
p { color: rgb(161,206,201); }
H1.HeaderClassName
{
color: #A1CEC9;
}
.AnyTagClassName
{
color: #A1CEC9;
}
</style>
background-color css
<style>
a { background-color: #A1CEC9; }
a { background-color: rgb(161,206,201); }
div.DivClassName
{
background-color: #A1CEC9;
}
.BgClassName
{
background-color: #A1CEC9;
}
</style>
border-color css
<style>
span { border-color: #A1CEC9; }
span { border-color: rgb(161,206,201); }
td.TdClassName
{
border-color: #A1CEC9;
}
.TagClassName
{
border-color: #A1CEC9;
}
</style>