#AECED7

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

Shades of French Pass #AECED7

Tints of French Pass #AECED7

Color information

#AECED7 (or 0xAECED7) is unknown color: approx French Pass. HEX triplet: AE, CE and D7. RGB value is (174,206,215). Sum of RGB (Red+Green+Blue) = 174+206+215=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 215 - color contains mainly: blue. Hex color #AECED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECED7 is #513128. Grayscale: #C5C5C5. Windows color (decimal): -5321001 or 14143150. OLE color: 14143150.

HSL color Cylindrical-coordinate representation of color #AECED7: hue angle of 193.17º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AECED7 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174206215-
CMYK0.190.0400.16
HSL193.17º33.88%76.27%-
HSV(B)193.17º19.07%84.31%-
XYZ51.7958.0572.76-
YUV197.46137.9111.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 215 (84.38% from 255) = 36.13%
R=29.24%
G=34.62%
B=36.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742062150.190.0400.16193.1733.8876.27
HexAECED7134010c1224c
Octal25631632723402030142114
Binary10101110110011101101011110011100010000110000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECED7; }

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

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

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

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

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

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

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

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