Shades of Sinbad #A8CECA
Tints of Sinbad #A8CECA
RGB
CMYK
RGB Variations
Color information
#A8CECA (or 0xA8CECA) is known color: Sinbad. HEX triplet: A8, CE and CA. RGB value is (168,206,202). Sum of RGB (Red+Green+Blue) = 168+206+202=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CECA is #573135. Grayscale: #C2C2C2. Windows color (decimal): -5714230 or 13291176. OLE color: 13291176.
HSL color Cylindrical-coordinate representation of color #A8CECA: hue angle of 173.68º 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 #A8CECA is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 202 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.19 |
| HSL | 173.68º | 0.28% | 0.73% | - |
| HSV(B) | 173.68º | 0.18% | 0.81% | - |
| XYZ | 48.88 | 56.73 | 64.25 | - |
| YUV | 194.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 202 | 0.18 | 0 | 0.02 | 0.19 | 173.68 | 0.28 | 0.73 |
| Hex | A8 | CE | CA | 12 | 0 | 2 | 13 | AE | 1C | 49 |
| Octal | 250 | 316 | 312 | 22 | 0 | 2 | 23 | 256 | 34 | 111 |
| Binary | 10101000 | 11001110 | 11001010 | 10010 | 0 | 10 | 10011 | 10101110 | 11100 | 1001001 |
Color Harmonies of #A8CECA
Complementary color
Monochromatic Colors of #A8CECA
Black with #A8CECA
Text Example
Text Example
White with #A8CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CECA; }
p { color: rgb(168,206,202); }
H1.HeaderClassName
{
color: #A8CECA;
}
.AnyTagClassName
{
color: #A8CECA;
}
</style>
background-color css
<style>
a { background-color: #A8CECA; }
a { background-color: rgb(168,206,202); }
div.DivClassName
{
background-color: #A8CECA;
}
.BgClassName
{
background-color: #A8CECA;
}
</style>
border-color css
<style>
span { border-color: #A8CECA; }
span { border-color: rgb(168,206,202); }
td.TdClassName
{
border-color: #A8CECA;
}
.TagClassName
{
border-color: #A8CECA;
}
</style>