#AED3D9

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

Shades of French Pass #AED3D9

Tints of French Pass #AED3D9

Color information

#AED3D9 (or 0xAED3D9) is unknown color: approx French Pass. HEX triplet: AE, D3 and D9. RGB value is (174,211,217). Sum of RGB (Red+Green+Blue) = 174+211+217=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #AED3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3D9 is #512C26. Grayscale: #C8C8C8. Windows color (decimal): -5319719 or 14275502. OLE color: 14275502.

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

Color convert

RGB174211217-
CMYK0.200.0300.15
HSL188.37º36.13%76.67%-
HSV(B)188.37º19.82%85.1%-
XYZ53.2760.674.53-
YUV200.62137.24109.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 211 (82.81% from 255) = 35.05%
BLUE value IS 217 (85.16% from 255) = 36.05%
R=28.90%
G=35.05%
B=36.05%

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
Decimal1742112170.200.0300.15188.3736.1376.67
HexAED3D91430Fbc244d
Octal25632333124301727444115
Binary101011101101001111011001101001101111101111001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3D9; }

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

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

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

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

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

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

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

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