#AECAD9

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

Shades of French Pass #AECAD9

Tints of French Pass #AECAD9

Color information

#AECAD9 (or 0xAECAD9) is unknown color: approx French Pass. HEX triplet: AE, CA and D9. RGB value is (174,202,217). Sum of RGB (Red+Green+Blue) = 174+202+217=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #AECAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAD9 is #513526. Grayscale: #C3C3C3. Windows color (decimal): -5322023 or 14273198. OLE color: 14273198.

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

Color convert

RGB174202217-
CMYK0.200.0700.15
HSL200.93º36.13%76.67%-
HSV(B)200.93º19.82%85.1%-
XYZ51.156.2573.81-
YUV195.34140.22112.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=29.34%
G=34.06%
B=36.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742022170.200.0700.15200.9336.1376.67
HexAECAD91470Fc9244d
Octal25631233124701731144115
Binary1010111011001010110110011010011101111110010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAD9; }

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

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

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

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

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

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

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

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