Shades of Sinbad #A8CEC8
Tints of Sinbad #A8CEC8
RGB
CMYK
RGB Variations
Color information
#A8CEC8 (or 0xA8CEC8) is known color: Sinbad. HEX triplet: A8, CE and C8. RGB value is (168,206,200). Sum of RGB (Red+Green+Blue) = 168+206+200=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEC8 is #573137. Grayscale: #C1C1C1. Windows color (decimal): -5714232 or 13160104. OLE color: 13160104.
HSL color Cylindrical-coordinate representation of color #A8CEC8: hue angle of 170.53º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CEC8 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 200 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.19 |
| HSL | 170.53º | 0.28% | 0.73% | - |
| HSV(B) | 170.53º | 0.18% | 0.81% | - |
| XYZ | 48.65 | 56.64 | 63.01 | - |
| YUV | 193.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 200 | 0.18 | 0 | 0.03 | 0.19 | 170.53 | 0.28 | 0.73 |
| Hex | A8 | CE | C8 | 12 | 0 | 3 | 13 | AB | 1C | 49 |
| Octal | 250 | 316 | 310 | 22 | 0 | 3 | 23 | 253 | 34 | 111 |
| Binary | 10101000 | 11001110 | 11001000 | 10010 | 0 | 11 | 10011 | 10101011 | 11100 | 1001001 |
Color Harmonies of #A8CEC8
Complementary color
Monochromatic Colors of #A8CEC8
Black with #A8CEC8
Text Example
Text Example
White with #A8CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEC8; }
p { color: rgb(168,206,200); }
H1.HeaderClassName
{
color: #A8CEC8;
}
.AnyTagClassName
{
color: #A8CEC8;
}
</style>
background-color css
<style>
a { background-color: #A8CEC8; }
a { background-color: rgb(168,206,200); }
div.DivClassName
{
background-color: #A8CEC8;
}
.BgClassName
{
background-color: #A8CEC8;
}
</style>
border-color css
<style>
span { border-color: #A8CEC8; }
span { border-color: rgb(168,206,200); }
td.TdClassName
{
border-color: #A8CEC8;
}
.TagClassName
{
border-color: #A8CEC8;
}
</style>