Shades of Sinbad #A7CEC9
Tints of Sinbad #A7CEC9
RGB
CMYK
RGB Variations
Color information
#A7CEC9 (or 0xA7CEC9) is known color: Sinbad. HEX triplet: A7, CE and C9. RGB value is (167,206,201). Sum of RGB (Red+Green+Blue) = 167+206+201=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CEC9 is #583136. Grayscale: #C1C1C1. Windows color (decimal): -5779767 or 13225639. OLE color: 13225639.
HSL color Cylindrical-coordinate representation of color #A7CEC9: hue angle of 172.31º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CEC9 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 201 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.19 |
| HSL | 172.31º | 0.28% | 0.73% | - |
| HSV(B) | 172.31º | 0.19% | 0.81% | - |
| XYZ | 48.55 | 56.58 | 63.62 | - |
| YUV | 193.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 201 | 0.19 | 0 | 0.02 | 0.19 | 172.31 | 0.28 | 0.73 |
| Hex | A7 | CE | C9 | 13 | 0 | 2 | 13 | AC | 1C | 49 |
| Octal | 247 | 316 | 311 | 23 | 0 | 2 | 23 | 254 | 34 | 111 |
| Binary | 10100111 | 11001110 | 11001001 | 10011 | 0 | 10 | 10011 | 10101100 | 11100 | 1001001 |
Color Harmonies of #A7CEC9
Complementary color
Monochromatic Colors of #A7CEC9
Black with #A7CEC9
Text Example
Text Example
White with #A7CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CEC9; }
p { color: rgb(167,206,201); }
H1.HeaderClassName
{
color: #A7CEC9;
}
.AnyTagClassName
{
color: #A7CEC9;
}
</style>
background-color css
<style>
a { background-color: #A7CEC9; }
a { background-color: rgb(167,206,201); }
div.DivClassName
{
background-color: #A7CEC9;
}
.BgClassName
{
background-color: #A7CEC9;
}
</style>
border-color css
<style>
span { border-color: #A7CEC9; }
span { border-color: rgb(167,206,201); }
td.TdClassName
{
border-color: #A7CEC9;
}
.TagClassName
{
border-color: #A7CEC9;
}
</style>