Shades of Sinbad #A3CECA
Tints of Sinbad #A3CECA
RGB
CMYK
RGB Variations
Color information
#A3CECA (or 0xA3CECA) is known color: Sinbad. HEX triplet: A3, CE and CA. RGB value is (163,206,202). Sum of RGB (Red+Green+Blue) = 163+206+202=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CECA is #5C3135. Grayscale: #C0C0C0. Windows color (decimal): -6041910 or 13291171. OLE color: 13291171.
HSL color Cylindrical-coordinate representation of color #A3CECA: hue angle of 174.42º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CECA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 202 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.19 |
| HSL | 174.42º | 0.3% | 0.72% | - |
| HSV(B) | 174.42º | 0.21% | 0.81% | - |
| XYZ | 47.84 | 56.19 | 64.2 | - |
| YUV | 192.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 202 | 0.21 | 0 | 0.02 | 0.19 | 174.42 | 0.3 | 0.72 |
| Hex | A3 | CE | CA | 15 | 0 | 2 | 13 | AE | 1E | 48 |
| Octal | 243 | 316 | 312 | 25 | 0 | 2 | 23 | 256 | 36 | 110 |
| Binary | 10100011 | 11001110 | 11001010 | 10101 | 0 | 10 | 10011 | 10101110 | 11110 | 1001000 |
Color Harmonies of #A3CECA
Complementary color
Monochromatic Colors of #A3CECA
Black with #A3CECA
Text Example
Text Example
White with #A3CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CECA; }
p { color: rgb(163,206,202); }
H1.HeaderClassName
{
color: #A3CECA;
}
.AnyTagClassName
{
color: #A3CECA;
}
</style>
background-color css
<style>
a { background-color: #A3CECA; }
a { background-color: rgb(163,206,202); }
div.DivClassName
{
background-color: #A3CECA;
}
.BgClassName
{
background-color: #A3CECA;
}
</style>
border-color css
<style>
span { border-color: #A3CECA; }
span { border-color: rgb(163,206,202); }
td.TdClassName
{
border-color: #A3CECA;
}
.TagClassName
{
border-color: #A3CECA;
}
</style>