Shades of Sinbad #A4CEC9
Tints of Sinbad #A4CEC9
RGB
CMYK
RGB Variations
Color information
#A4CEC9 (or 0xA4CEC9) is known color: Sinbad. HEX triplet: A4, CE and C9. RGB value is (164,206,201). Sum of RGB (Red+Green+Blue) = 164+206+201=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CEC9 is #5B3136. Grayscale: #C0C0C0. Windows color (decimal): -5976375 or 13225636. OLE color: 13225636.
HSL color Cylindrical-coordinate representation of color #A4CEC9: hue angle of 172.86º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CEC9 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 201 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.19 |
| HSL | 172.86º | 0.3% | 0.73% | - |
| HSV(B) | 172.86º | 0.2% | 0.81% | - |
| XYZ | 47.92 | 56.25 | 63.59 | - |
| YUV | 192.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 201 | 0.20 | 0 | 0.02 | 0.19 | 172.86 | 0.3 | 0.73 |
| Hex | A4 | CE | C9 | 14 | 0 | 2 | 13 | AD | 1E | 49 |
| Octal | 244 | 316 | 311 | 24 | 0 | 2 | 23 | 255 | 36 | 111 |
| Binary | 10100100 | 11001110 | 11001001 | 10100 | 0 | 10 | 10011 | 10101101 | 11110 | 1001001 |
Color Harmonies of #A4CEC9
Complementary color
Monochromatic Colors of #A4CEC9
Black with #A4CEC9
Text Example
Text Example
White with #A4CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CEC9; }
p { color: rgb(164,206,201); }
H1.HeaderClassName
{
color: #A4CEC9;
}
.AnyTagClassName
{
color: #A4CEC9;
}
</style>
background-color css
<style>
a { background-color: #A4CEC9; }
a { background-color: rgb(164,206,201); }
div.DivClassName
{
background-color: #A4CEC9;
}
.BgClassName
{
background-color: #A4CEC9;
}
</style>
border-color css
<style>
span { border-color: #A4CEC9; }
span { border-color: rgb(164,206,201); }
td.TdClassName
{
border-color: #A4CEC9;
}
.TagClassName
{
border-color: #A4CEC9;
}
</style>