#AED5EC

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

Shades of Sail #AED5EC

Tints of Sail #AED5EC

Color information

#AED5EC (or 0xAED5EC) is unknown color: approx Sail. HEX triplet: AE, D5 and EC. RGB value is (174,213,236). Sum of RGB (Red+Green+Blue) = 174+213+236=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #AED5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5EC is #512A13. Grayscale: #CBCBCB. Windows color (decimal): -5319188 or 15521198. OLE color: 15521198.

HSL color Cylindrical-coordinate representation of color #AED5EC: hue angle of 202.26º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED5EC is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174213236-
CMYK0.260.1000.07
HSL202.26º62%80.39%-
HSV(B)202.26º26.27%92.55%-
XYZ56.3962.6488.48-
YUV203.96146.08106.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 213 (83.59% from 255) = 34.19%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=27.93%
G=34.19%
B=37.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742132360.260.1000.07202.266280.39
HexAED5EC1AA07ca3e50
Octal25632535432120731276120
Binary1010111011010101111011001101010100111110010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5EC; }

 p { color: rgb(174,213,236); }

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

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

 a { background-color: rgb(174,213,236); }

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

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

 span { border-color: rgb(174,213,236); }

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