#AECED9

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

Shades of French Pass #AECED9

Tints of French Pass #AECED9

Color information

#AECED9 (or 0xAECED9) is unknown color: approx French Pass. HEX triplet: AE, CE and D9. RGB value is (174,206,217). Sum of RGB (Red+Green+Blue) = 174+206+217=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #AECED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECED9 is #513126. Grayscale: #C5C5C5. Windows color (decimal): -5320999 or 14274222. OLE color: 14274222.

HSL color Cylindrical-coordinate representation of color #AECED9: hue angle of 195.35º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECED9 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174206217-
CMYK0.200.0500.15
HSL195.35º36.13%76.67%-
HSV(B)195.35º19.82%85.1%-
XYZ52.0558.1574.13-
YUV197.69138.9111.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.15%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 217 (85.16% from 255) = 36.35%
R=29.15%
G=34.51%
B=36.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742062170.200.0500.15195.3536.1376.67
HexAECED91450Fc3244d
Octal25631633124501730344115
Binary1010111011001110110110011010010101111110000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECED9; }

 p { color: rgb(174,206,217); }

 H1.HeaderClassName
 {
   color: #AECED9;
 }
 .AnyTagClassName
 {
   color: #AECED9;
 }
</style>
background-color css

<style>
 a { background-color: #AECED9; }

 a { background-color: rgb(174,206,217); }

 div.DivClassName
 {
   background-color: #AECED9;
 }
 .BgClassName
 {
   background-color: #AECED9;
 }
</style>
border-color css

<style>
 span { border-color: #AECED9; }

 span { border-color: rgb(174,206,217); }

 td.TdClassName
 {
   border-color: #AECED9;
 }
 .TagClassName
 {
   border-color: #AECED9;
 }
</style>