Shades of Sinbad #AACEC8
Tints of Sinbad #AACEC8
RGB
CMYK
RGB Variations
Color information
#AACEC8 (or 0xAACEC8) is known color: Sinbad. HEX triplet: AA, CE and C8. RGB value is (170,206,200). Sum of RGB (Red+Green+Blue) = 170+206+200=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEC8 is #553137. Grayscale: #C2C2C2. Windows color (decimal): -5583160 or 13160106. OLE color: 13160106.
HSL color Cylindrical-coordinate representation of color #AACEC8: hue angle of 170º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACEC8 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 200 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.19 |
| HSL | 170º | 0.27% | 0.74% | - |
| HSV(B) | 170º | 0.17% | 0.81% | - |
| XYZ | 49.07 | 56.86 | 63.03 | - |
| YUV | 194.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 200 | 0.17 | 0 | 0.03 | 0.19 | 170 | 0.27 | 0.74 |
| Hex | AA | CE | C8 | 11 | 0 | 3 | 13 | AA | 1B | 4A |
| Octal | 252 | 316 | 310 | 21 | 0 | 3 | 23 | 252 | 33 | 112 |
| Binary | 10101010 | 11001110 | 11001000 | 10001 | 0 | 11 | 10011 | 10101010 | 11011 | 1001010 |
Color Harmonies of #AACEC8
Complementary color
Monochromatic Colors of #AACEC8
Black with #AACEC8
Text Example
Text Example
White with #AACEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEC8; }
p { color: rgb(170,206,200); }
H1.HeaderClassName
{
color: #AACEC8;
}
.AnyTagClassName
{
color: #AACEC8;
}
</style>
background-color css
<style>
a { background-color: #AACEC8; }
a { background-color: rgb(170,206,200); }
div.DivClassName
{
background-color: #AACEC8;
}
.BgClassName
{
background-color: #AACEC8;
}
</style>
border-color css
<style>
span { border-color: #AACEC8; }
span { border-color: rgb(170,206,200); }
td.TdClassName
{
border-color: #AACEC8;
}
.TagClassName
{
border-color: #AACEC8;
}
</style>