Shades of Sinbad #AECEC9
Tints of Sinbad #AECEC9
RGB
CMYK
RGB Variations
Color information
#AECEC9 (or 0xAECEC9) is known color: Sinbad. HEX triplet: AE, CE and C9. RGB value is (174,206,201). Sum of RGB (Red+Green+Blue) = 174+206+201=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEC9 is #513136. Grayscale: #C3C3C3. Windows color (decimal): -5321015 or 13225646. OLE color: 13225646.
HSL color Cylindrical-coordinate representation of color #AECEC9: hue angle of 170.62º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECEC9 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 201 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.19 |
| HSL | 170.63º | 0.25% | 0.75% | - |
| HSV(B) | 170.63º | 0.16% | 0.81% | - |
| XYZ | 50.07 | 57.36 | 63.69 | - |
| YUV | 195.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 201 | 0.16 | 0 | 0.02 | 0.19 | 170.63 | 0.25 | 0.75 |
| Hex | AE | CE | C9 | 10 | 0 | 2 | 13 | AB | 19 | 4B |
| Octal | 256 | 316 | 311 | 20 | 0 | 2 | 23 | 253 | 31 | 113 |
| Binary | 10101110 | 11001110 | 11001001 | 10000 | 0 | 10 | 10011 | 10101011 | 11001 | 1001011 |
Color Harmonies of #AECEC9
Complementary color
Monochromatic Colors of #AECEC9
Black with #AECEC9
Text Example
Text Example
White with #AECEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEC9; }
p { color: rgb(174,206,201); }
H1.HeaderClassName
{
color: #AECEC9;
}
.AnyTagClassName
{
color: #AECEC9;
}
</style>
background-color css
<style>
a { background-color: #AECEC9; }
a { background-color: rgb(174,206,201); }
div.DivClassName
{
background-color: #AECEC9;
}
.BgClassName
{
background-color: #AECEC9;
}
</style>
border-color css
<style>
span { border-color: #AECEC9; }
span { border-color: rgb(174,206,201); }
td.TdClassName
{
border-color: #AECEC9;
}
.TagClassName
{
border-color: #AECEC9;
}
</style>