Shades of Sinbad #A3CEC9
Tints of Sinbad #A3CEC9
RGB
CMYK
RGB Variations
Color information
#A3CEC9 (or 0xA3CEC9) is known color: Sinbad. HEX triplet: A3, CE and C9. RGB value is (163,206,201). Sum of RGB (Red+Green+Blue) = 163+206+201=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEC9 is #5C3136. Grayscale: #C0C0C0. Windows color (decimal): -6041911 or 13225635. OLE color: 13225635.
HSL color Cylindrical-coordinate representation of color #A3CEC9: hue angle of 173.02º 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 #A3CEC9 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 201 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.19 |
| HSL | 173.02º | 0.3% | 0.72% | - |
| HSV(B) | 173.02º | 0.21% | 0.81% | - |
| XYZ | 47.72 | 56.15 | 63.58 | - |
| YUV | 192.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 201 | 0.21 | 0 | 0.02 | 0.19 | 173.02 | 0.3 | 0.72 |
| Hex | A3 | CE | C9 | 15 | 0 | 2 | 13 | AD | 1E | 48 |
| Octal | 243 | 316 | 311 | 25 | 0 | 2 | 23 | 255 | 36 | 110 |
| Binary | 10100011 | 11001110 | 11001001 | 10101 | 0 | 10 | 10011 | 10101101 | 11110 | 1001000 |
Color Harmonies of #A3CEC9
Complementary color
Monochromatic Colors of #A3CEC9
Black with #A3CEC9
Text Example
Text Example
White with #A3CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CEC9; }
p { color: rgb(163,206,201); }
H1.HeaderClassName
{
color: #A3CEC9;
}
.AnyTagClassName
{
color: #A3CEC9;
}
</style>
background-color css
<style>
a { background-color: #A3CEC9; }
a { background-color: rgb(163,206,201); }
div.DivClassName
{
background-color: #A3CEC9;
}
.BgClassName
{
background-color: #A3CEC9;
}
</style>
border-color css
<style>
span { border-color: #A3CEC9; }
span { border-color: rgb(163,206,201); }
td.TdClassName
{
border-color: #A3CEC9;
}
.TagClassName
{
border-color: #A3CEC9;
}
</style>