Shades of Sinbad #AECDC9
Tints of Sinbad #AECDC9
RGB
CMYK
RGB Variations
Color information
#AECDC9 (or 0xAECDC9) is known color: Sinbad. HEX triplet: AE, CD and C9. RGB value is (174,205,201). Sum of RGB (Red+Green+Blue) = 174+205+201=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDC9 is #513236. Grayscale: #C3C3C3. Windows color (decimal): -5321271 or 13225390. OLE color: 13225390.
HSL color Cylindrical-coordinate representation of color #AECDC9: hue angle of 172.26º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECDC9 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 201 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.20 |
| HSL | 172.26º | 0.24% | 0.74% | - |
| HSV(B) | 172.26º | 0.15% | 0.8% | - |
| XYZ | 49.83 | 56.88 | 63.61 | - |
| YUV | 195.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 201 | 0.15 | 0 | 0.02 | 0.20 | 172.26 | 0.24 | 0.74 |
| Hex | AE | CD | C9 | F | 0 | 2 | 14 | AC | 18 | 4A |
| Octal | 256 | 315 | 311 | 17 | 0 | 2 | 24 | 254 | 30 | 112 |
| Binary | 10101110 | 11001101 | 11001001 | 1111 | 0 | 10 | 10100 | 10101100 | 11000 | 1001010 |
Color Harmonies of #AECDC9
Complementary color
Monochromatic Colors of #AECDC9
Black with #AECDC9
Text Example
Text Example
White with #AECDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDC9; }
p { color: rgb(174,205,201); }
H1.HeaderClassName
{
color: #AECDC9;
}
.AnyTagClassName
{
color: #AECDC9;
}
</style>
background-color css
<style>
a { background-color: #AECDC9; }
a { background-color: rgb(174,205,201); }
div.DivClassName
{
background-color: #AECDC9;
}
.BgClassName
{
background-color: #AECDC9;
}
</style>
border-color css
<style>
span { border-color: #AECDC9; }
span { border-color: rgb(174,205,201); }
td.TdClassName
{
border-color: #AECDC9;
}
.TagClassName
{
border-color: #AECDC9;
}
</style>