Shades of Sinbad #A3CECB
Tints of Sinbad #A3CECB
RGB
CMYK
RGB Variations
Color information
#A3CECB (or 0xA3CECB) is known color: Sinbad. HEX triplet: A3, CE and CB. RGB value is (163,206,203). Sum of RGB (Red+Green+Blue) = 163+206+203=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CECB is #5C3134. Grayscale: #C0C0C0. Windows color (decimal): -6041909 or 13356707. OLE color: 13356707.
HSL color Cylindrical-coordinate representation of color #A3CECB: hue angle of 175.81º 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 #A3CECB is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 203 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.19 |
| HSL | 175.81º | 0.3% | 0.72% | - |
| HSV(B) | 175.81º | 0.21% | 0.81% | - |
| XYZ | 47.96 | 56.24 | 64.83 | - |
| YUV | 192.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 203 | 0.21 | 0 | 0.01 | 0.19 | 175.81 | 0.3 | 0.72 |
| Hex | A3 | CE | CB | 15 | 0 | 1 | 13 | B0 | 1E | 48 |
| Octal | 243 | 316 | 313 | 25 | 0 | 1 | 23 | 260 | 36 | 110 |
| Binary | 10100011 | 11001110 | 11001011 | 10101 | 0 | 1 | 10011 | 10110000 | 11110 | 1001000 |
Color Harmonies of #A3CECB
Complementary color
Monochromatic Colors of #A3CECB
Black with #A3CECB
Text Example
Text Example
White with #A3CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CECB; }
p { color: rgb(163,206,203); }
H1.HeaderClassName
{
color: #A3CECB;
}
.AnyTagClassName
{
color: #A3CECB;
}
</style>
background-color css
<style>
a { background-color: #A3CECB; }
a { background-color: rgb(163,206,203); }
div.DivClassName
{
background-color: #A3CECB;
}
.BgClassName
{
background-color: #A3CECB;
}
</style>
border-color css
<style>
span { border-color: #A3CECB; }
span { border-color: rgb(163,206,203); }
td.TdClassName
{
border-color: #A3CECB;
}
.TagClassName
{
border-color: #A3CECB;
}
</style>