#AED4DA

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

Shades of French Pass #AED4DA

Tints of French Pass #AED4DA

Color information

#AED4DA (or 0xAED4DA) is unknown color: approx French Pass. HEX triplet: AE, D4 and DA. RGB value is (174,212,218). Sum of RGB (Red+Green+Blue) = 174+212+218=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #AED4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4DA is #512B25. Grayscale: #C9C9C9. Windows color (decimal): -5319462 or 14341294. OLE color: 14341294.

HSL color Cylindrical-coordinate representation of color #AED4DA: hue angle of 188.18º degrees, saturation: 0.37, 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 #AED4DA is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174212218-
CMYK0.200.0300.15
HSL188.18º37.29%76.86%-
HSV(B)188.18º20.18%85.49%-
XYZ53.6561.1575.3-
YUV201.32137.41108.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 212 (83.20% from 255) = 35.10%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=28.81%
G=35.10%
B=36.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742122180.200.0300.15188.1837.2976.86
HexAED4DA1430Fbc254d
Octal25632433224301727445115
Binary101011101101010011011010101001101111101111001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4DA; }

 p { color: rgb(174,212,218); }

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

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

 a { background-color: rgb(174,212,218); }

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

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

 span { border-color: rgb(174,212,218); }

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