Shades of Sinbad #A3CBC7
Tints of Sinbad #A3CBC7
RGB
CMYK
RGB Variations
Color information
#A3CBC7 (or 0xA3CBC7) is known color: Sinbad. HEX triplet: A3, CB and C7. RGB value is (163,203,199). Sum of RGB (Red+Green+Blue) = 163+203+199=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBC7 is #5C3438. Grayscale: #BEBEBE. Windows color (decimal): -6042681 or 13093795. OLE color: 13093795.
HSL color Cylindrical-coordinate representation of color #A3CBC7: hue angle of 174º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CBC7 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 199 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.20 |
| HSL | 174º | 0.28% | 0.72% | - |
| HSV(B) | 174º | 0.2% | 0.8% | - |
| XYZ | 46.77 | 54.62 | 62.11 | - |
| YUV | 190.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 199 | 0.20 | 0 | 0.02 | 0.20 | 174 | 0.28 | 0.72 |
| Hex | A3 | CB | C7 | 14 | 0 | 2 | 14 | AE | 1C | 48 |
| Octal | 243 | 313 | 307 | 24 | 0 | 2 | 24 | 256 | 34 | 110 |
| Binary | 10100011 | 11001011 | 11000111 | 10100 | 0 | 10 | 10100 | 10101110 | 11100 | 1001000 |
Color Harmonies of #A3CBC7
Complementary color
Monochromatic Colors of #A3CBC7
Black with #A3CBC7
Text Example
Text Example
White with #A3CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBC7; }
p { color: rgb(163,203,199); }
H1.HeaderClassName
{
color: #A3CBC7;
}
.AnyTagClassName
{
color: #A3CBC7;
}
</style>
background-color css
<style>
a { background-color: #A3CBC7; }
a { background-color: rgb(163,203,199); }
div.DivClassName
{
background-color: #A3CBC7;
}
.BgClassName
{
background-color: #A3CBC7;
}
</style>
border-color css
<style>
span { border-color: #A3CBC7; }
span { border-color: rgb(163,203,199); }
td.TdClassName
{
border-color: #A3CBC7;
}
.TagClassName
{
border-color: #A3CBC7;
}
</style>