Shades of Sinbad #A1CFCB
Tints of Sinbad #A1CFCB
RGB
CMYK
RGB Variations
Color information
#A1CFCB (or 0xA1CFCB) is known color: Sinbad. HEX triplet: A1, CF and CB. RGB value is (161,207,203). Sum of RGB (Red+Green+Blue) = 161+207+203=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFCB is #5E3034. Grayscale: #C0C0C0. Windows color (decimal): -6172725 or 13356961. OLE color: 13356961.
HSL color Cylindrical-coordinate representation of color #A1CFCB: hue angle of 174.78º degrees, saturation: 0.32, 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 #A1CFCB is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 203 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.19 |
| HSL | 174.78º | 0.32% | 0.72% | - |
| HSV(B) | 174.78º | 0.22% | 0.81% | - |
| XYZ | 47.79 | 56.51 | 64.89 | - |
| YUV | 192.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 203 | 0.22 | 0 | 0.02 | 0.19 | 174.78 | 0.32 | 0.72 |
| Hex | A1 | CF | CB | 16 | 0 | 2 | 13 | AF | 20 | 48 |
| Octal | 241 | 317 | 313 | 26 | 0 | 2 | 23 | 257 | 40 | 110 |
| Binary | 10100001 | 11001111 | 11001011 | 10110 | 0 | 10 | 10011 | 10101111 | 100000 | 1001000 |
Color Harmonies of #A1CFCB
Complementary color
Monochromatic Colors of #A1CFCB
Black with #A1CFCB
Text Example
Text Example
White with #A1CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFCB; }
p { color: rgb(161,207,203); }
H1.HeaderClassName
{
color: #A1CFCB;
}
.AnyTagClassName
{
color: #A1CFCB;
}
</style>
background-color css
<style>
a { background-color: #A1CFCB; }
a { background-color: rgb(161,207,203); }
div.DivClassName
{
background-color: #A1CFCB;
}
.BgClassName
{
background-color: #A1CFCB;
}
</style>
border-color css
<style>
span { border-color: #A1CFCB; }
span { border-color: rgb(161,207,203); }
td.TdClassName
{
border-color: #A1CFCB;
}
.TagClassName
{
border-color: #A1CFCB;
}
</style>