Shades of Sinbad #A1CECB
Tints of Sinbad #A1CECB
RGB
CMYK
RGB Variations
Color information
#A1CECB (or 0xA1CECB) is known color: Sinbad. HEX triplet: A1, CE and CB. RGB value is (161,206,203). Sum of RGB (Red+Green+Blue) = 161+206+203=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CECB is #5E3134. Grayscale: #C0C0C0. Windows color (decimal): -6172981 or 13356705. OLE color: 13356705.
HSL color Cylindrical-coordinate representation of color #A1CECB: hue angle of 176º 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 #A1CECB is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 203 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.19 |
| HSL | 176º | 0.31% | 0.72% | - |
| HSV(B) | 176º | 0.22% | 0.81% | - |
| XYZ | 47.55 | 56.03 | 64.81 | - |
| YUV | 192.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 203 | 0.22 | 0 | 0.01 | 0.19 | 176 | 0.31 | 0.72 |
| Hex | A1 | CE | CB | 16 | 0 | 1 | 13 | B0 | 1F | 48 |
| Octal | 241 | 316 | 313 | 26 | 0 | 1 | 23 | 260 | 37 | 110 |
| Binary | 10100001 | 11001110 | 11001011 | 10110 | 0 | 1 | 10011 | 10110000 | 11111 | 1001000 |
Color Harmonies of #A1CECB
Complementary color
Monochromatic Colors of #A1CECB
Black with #A1CECB
Text Example
Text Example
White with #A1CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CECB; }
p { color: rgb(161,206,203); }
H1.HeaderClassName
{
color: #A1CECB;
}
.AnyTagClassName
{
color: #A1CECB;
}
</style>
background-color css
<style>
a { background-color: #A1CECB; }
a { background-color: rgb(161,206,203); }
div.DivClassName
{
background-color: #A1CECB;
}
.BgClassName
{
background-color: #A1CECB;
}
</style>
border-color css
<style>
span { border-color: #A1CECB; }
span { border-color: rgb(161,206,203); }
td.TdClassName
{
border-color: #A1CECB;
}
.TagClassName
{
border-color: #A1CECB;
}
</style>