Shades of Sinbad #A9CEC8
Tints of Sinbad #A9CEC8
RGB
CMYK
RGB Variations
Color information
#A9CEC8 (or 0xA9CEC8) is known color: Sinbad. HEX triplet: A9, CE and C8. RGB value is (169,206,200). Sum of RGB (Red+Green+Blue) = 169+206+200=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEC8 is #563137. Grayscale: #C2C2C2. Windows color (decimal): -5648696 or 13160105. OLE color: 13160105.
HSL color Cylindrical-coordinate representation of color #A9CEC8: hue angle of 170.27º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CEC8 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 206 | 200 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.19 |
| HSL | 170.27º | 0.27% | 0.74% | - |
| HSV(B) | 170.27º | 0.18% | 0.81% | - |
| XYZ | 48.86 | 56.75 | 63.02 | - |
| YUV | 194.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 200 | 0.18 | 0 | 0.03 | 0.19 | 170.27 | 0.27 | 0.74 |
| Hex | A9 | CE | C8 | 12 | 0 | 3 | 13 | AA | 1B | 4A |
| Octal | 251 | 316 | 310 | 22 | 0 | 3 | 23 | 252 | 33 | 112 |
| Binary | 10101001 | 11001110 | 11001000 | 10010 | 0 | 11 | 10011 | 10101010 | 11011 | 1001010 |
Color Harmonies of #A9CEC8
Complementary color
Monochromatic Colors of #A9CEC8
Black with #A9CEC8
Text Example
Text Example
White with #A9CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CEC8; }
p { color: rgb(169,206,200); }
H1.HeaderClassName
{
color: #A9CEC8;
}
.AnyTagClassName
{
color: #A9CEC8;
}
</style>
background-color css
<style>
a { background-color: #A9CEC8; }
a { background-color: rgb(169,206,200); }
div.DivClassName
{
background-color: #A9CEC8;
}
.BgClassName
{
background-color: #A9CEC8;
}
</style>
border-color css
<style>
span { border-color: #A9CEC8; }
span { border-color: rgb(169,206,200); }
td.TdClassName
{
border-color: #A9CEC8;
}
.TagClassName
{
border-color: #A9CEC8;
}
</style>