Shades of Sinbad #AECECE
Tints of Sinbad #AECECE
RGB
CMYK
RGB Variations
Color information
#AECECE (or 0xAECECE) is known color: Sinbad. HEX triplet: AE, CE and CE. RGB value is (174,206,206). Sum of RGB (Red+Green+Blue) = 174+206+206=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #AECECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECECE is #513131. Grayscale: #C4C4C4. Windows color (decimal): -5321010 or 13553326. OLE color: 13553326.
HSL color Cylindrical-coordinate representation of color #AECECE: hue angle of 180º 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 #AECECE is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 174 | 206 | 206 | - |
CMYK | 0.16 | 0 | 0 | 0.19 |
HSL | 180º | 0.25% | 0.75% | - |
HSV(B) | 180º | 0.16% | 0.81% | - |
XYZ | 50.67 | 57.6 | 66.84 | - |
YUV | 196.43 | 133.4 | 112 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 206 | 206 | 0.16 | 0 | 0 | 0.19 | 180 | 0.25 | 0.75 |
Hex | AE | CE | CE | 10 | 0 | 0 | 13 | B4 | 19 | 4B |
Octal | 256 | 316 | 316 | 20 | 0 | 0 | 23 | 264 | 31 | 113 |
Binary | 10101110 | 11001110 | 11001110 | 10000 | 0 | 0 | 10011 | 10110100 | 11001 | 1001011 |
Color Harmonies of #AECECE
Complementary color
Monochromatic Colors of #AECECE
Black with #AECECE
Text Example
Text Example
White with #AECECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECECE; }
p { color: rgb(174,206,206); }
H1.HeaderClassName
{
color: #AECECE;
}
.AnyTagClassName
{
color: #AECECE;
}
</style>
background-color css
<style>
a { background-color: #AECECE; }
a { background-color: rgb(174,206,206); }
div.DivClassName
{
background-color: #AECECE;
}
.BgClassName
{
background-color: #AECECE;
}
</style>
border-color css
<style>
span { border-color: #AECECE; }
span { border-color: rgb(174,206,206); }
td.TdClassName
{
border-color: #AECECE;
}
.TagClassName
{
border-color: #AECECE;
}
</style>