Shades of Sinbad #AECFCD
Tints of Sinbad #AECFCD
RGB
CMYK
RGB Variations
Color information
#AECFCD (or 0xAECFCD) is known color: Sinbad. HEX triplet: AE, CF and CD. RGB value is (174,207,205). Sum of RGB (Red+Green+Blue) = 174+207+205=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFCD is #513032. Grayscale: #C4C4C4. Windows color (decimal): -5320755 or 13488046. OLE color: 13488046.
HSL color Cylindrical-coordinate representation of color #AECFCD: hue angle of 176.36º degrees, saturation: 0.26, 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 #AECFCD is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 205 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.19 |
| HSL | 176.36º | 0.26% | 0.75% | - |
| HSV(B) | 176.36º | 0.16% | 0.81% | - |
| XYZ | 50.79 | 58.03 | 66.28 | - |
| YUV | 196.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 205 | 0.16 | 0 | 0.01 | 0.19 | 176.36 | 0.26 | 0.75 |
| Hex | AE | CF | CD | 10 | 0 | 1 | 13 | B0 | 1A | 4B |
| Octal | 256 | 317 | 315 | 20 | 0 | 1 | 23 | 260 | 32 | 113 |
| Binary | 10101110 | 11001111 | 11001101 | 10000 | 0 | 1 | 10011 | 10110000 | 11010 | 1001011 |
Color Harmonies of #AECFCD
Complementary color
Monochromatic Colors of #AECFCD
Black with #AECFCD
Text Example
Text Example
White with #AECFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFCD; }
p { color: rgb(174,207,205); }
H1.HeaderClassName
{
color: #AECFCD;
}
.AnyTagClassName
{
color: #AECFCD;
}
</style>
background-color css
<style>
a { background-color: #AECFCD; }
a { background-color: rgb(174,207,205); }
div.DivClassName
{
background-color: #AECFCD;
}
.BgClassName
{
background-color: #AECFCD;
}
</style>
border-color css
<style>
span { border-color: #AECFCD; }
span { border-color: rgb(174,207,205); }
td.TdClassName
{
border-color: #AECFCD;
}
.TagClassName
{
border-color: #AECFCD;
}
</style>