#AED3D8

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

Shades of French Pass #AED3D8

Tints of French Pass #AED3D8

Color information

#AED3D8 (or 0xAED3D8) is unknown color: approx French Pass. HEX triplet: AE, D3 and D8. RGB value is (174,211,216). Sum of RGB (Red+Green+Blue) = 174+211+216=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #AED3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3D8 is #512C27. Grayscale: #C8C8C8. Windows color (decimal): -5319720 or 14209966. OLE color: 14209966.

HSL color Cylindrical-coordinate representation of color #AED3D8: hue angle of 187.14º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED3D8 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174211216-
CMYK0.190.0200.15
HSL187.14º35%76.47%-
HSV(B)187.14º19.44%84.71%-
XYZ53.1460.5573.85-
YUV200.51136.74109.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 211 (82.81% from 255) = 35.11%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=28.95%
G=35.11%
B=35.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742112160.190.0200.15187.143576.47
HexAED3D81320Fbb234c
Octal25632333023201727343114
Binary101011101101001111011000100111001111101110111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3D8; }

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

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

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

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

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

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

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

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