#AECEC9

Color #AECEC9 Sinbad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sinbad #AECEC9

Tints of Sinbad #AECEC9

Color information

#AECEC9 (or 0xAECEC9) is unknown color: approx 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

RGB174206201-
CMYK0.1600.020.19
HSL170.62º24.62%74.51%-
HSV(B)170.62º15.53%80.78%-
XYZ50.0757.3663.69-
YUV195.86130.9112.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=29.95%
G=35.46%
B=34.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742062010.1600.020.19170.6224.6274.51
HexAECEC9100213ab194b
Octal25631631120022325331113
Binary101011101100111011001001100000101001110101011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>