Shades of Sinbad #AECECD
Tints of Sinbad #AECECD
RGB
CMYK
RGB Variations
Color information
#AECECD (or 0xAECECD) is known color: Sinbad. HEX triplet: AE, CE and CD. RGB value is (174,206,205). Sum of RGB (Red+Green+Blue) = 174+206+205=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #AECECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECECD is #513132. Grayscale: #C4C4C4. Windows color (decimal): -5321011 or 13487790. OLE color: 13487790.
HSL color Cylindrical-coordinate representation of color #AECECD: hue angle of 178.12º 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 #AECECD is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 205 | - |
| CMYK | 0.16 | 0 | 0.00 | 0.19 |
| HSL | 178.13º | 0.25% | 0.75% | - |
| HSV(B) | 178.13º | 0.16% | 0.81% | - |
| XYZ | 50.55 | 57.55 | 66.2 | - |
| YUV | 196.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 205 | 0.16 | 0 | 0.00 | 0.19 | 178.13 | 0.25 | 0.75 |
| Hex | AE | CE | CD | 10 | 0 | 0 | 13 | B2 | 19 | 4B |
| Octal | 256 | 316 | 315 | 20 | 0 | 0 | 23 | 262 | 31 | 113 |
| Binary | 10101110 | 11001110 | 11001101 | 10000 | 0 | 0 | 10011 | 10110010 | 11001 | 1001011 |
Color Harmonies of #AECECD
Complementary color
Monochromatic Colors of #AECECD
Black with #AECECD
Text Example
Text Example
White with #AECECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECECD; }
p { color: rgb(174,206,205); }
H1.HeaderClassName
{
color: #AECECD;
}
.AnyTagClassName
{
color: #AECECD;
}
</style>
background-color css
<style>
a { background-color: #AECECD; }
a { background-color: rgb(174,206,205); }
div.DivClassName
{
background-color: #AECECD;
}
.BgClassName
{
background-color: #AECECD;
}
</style>
border-color css
<style>
span { border-color: #AECECD; }
span { border-color: rgb(174,206,205); }
td.TdClassName
{
border-color: #AECECD;
}
.TagClassName
{
border-color: #AECECD;
}
</style>