#AED1D8

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

Shades of French Pass #AED1D8

Tints of French Pass #AED1D8

Color information

#AED1D8 (or 0xAED1D8) is unknown color: approx French Pass. HEX triplet: AE, D1 and D8. RGB value is (174,209,216). Sum of RGB (Red+Green+Blue) = 174+209+216=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 216 - color contains mainly: blue. Hex color #AED1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1D8 is #512E27. Grayscale: #C7C7C7. Windows color (decimal): -5320232 or 14209454. OLE color: 14209454.

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

Color convert

RGB174209216-
CMYK0.190.0300.15
HSL190º35%76.47%-
HSV(B)190º19.44%84.71%-
XYZ52.6559.5673.69-
YUV199.33137.4109.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 209 (82.03% from 255) = 34.89%
BLUE value IS 216 (84.77% from 255) = 36.06%
R=29.05%
G=34.89%
B=36.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742092160.190.0300.151903576.47
HexAED1D81330Fbe234c
Octal25632133023301727643114
Binary101011101101000111011000100111101111101111101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1D8; }

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

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

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

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

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

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

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

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