#AED5DA

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

Shades of French Pass #AED5DA

Tints of French Pass #AED5DA

Color information

#AED5DA (or 0xAED5DA) is unknown color: approx French Pass. HEX triplet: AE, D5 and DA. RGB value is (174,213,218). Sum of RGB (Red+Green+Blue) = 174+213+218=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #AED5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5DA is #512A25. Grayscale: #C9C9C9. Windows color (decimal): -5319206 or 14341550. OLE color: 14341550.

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

Color convert

RGB174213218-
CMYK0.200.0200.15
HSL186.82º37.29%76.86%-
HSV(B)186.82º20.18%85.49%-
XYZ53.961.6575.39-
YUV201.91137.08108.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=28.76%
G=35.21%
B=36.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742132180.200.0200.15186.8237.2976.86
HexAED5DA1420Fbb254d
Octal25632533224201727345115
Binary101011101101010111011010101001001111101110111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5DA; }

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

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

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

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

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

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

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

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