#AED0D8

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

Shades of French Pass #AED0D8

Tints of French Pass #AED0D8

Color information

#AED0D8 (or 0xAED0D8) is unknown color: approx French Pass. HEX triplet: AE, D0 and D8. RGB value is (174,208,216). Sum of RGB (Red+Green+Blue) = 174+208+216=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 216 - color contains mainly: blue. Hex color #AED0D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0D8 is #512F27. Grayscale: #C6C6C6. Windows color (decimal): -5320488 or 14209198. OLE color: 14209198.

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

Color convert

RGB174208216-
CMYK0.190.0400.15
HSL191.43º35%76.47%-
HSV(B)191.43º19.44%84.71%-
XYZ52.4159.0773.6-
YUV198.75137.74110.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.10%
GREEN value IS 208 (81.64% from 255) = 34.78%
BLUE value IS 216 (84.77% from 255) = 36.12%
R=29.10%
G=34.78%
B=36.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742082160.190.0400.15191.433576.47
HexAED0D81340Fbf234c
Octal25632033023401727743114
Binary1010111011010000110110001001110001111101111111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED0D8; }

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

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

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

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

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

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

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

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