#AED4EC

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

Shades of Sail #AED4EC

Tints of Sail #AED4EC

Color information

#AED4EC (or 0xAED4EC) is unknown color: approx Sail. HEX triplet: AE, D4 and EC. RGB value is (174,212,236). Sum of RGB (Red+Green+Blue) = 174+212+236=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #AED4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4EC is #512B13. Grayscale: #CBCBCB. Windows color (decimal): -5319444 or 15520942. OLE color: 15520942.

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

Color convert

RGB174212236-
CMYK0.260.1000.07
HSL203.23º62%80.39%-
HSV(B)203.23º26.27%92.55%-
XYZ56.1462.1488.39-
YUV203.37146.41107.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.97%
GREEN value IS 212 (83.20% from 255) = 34.08%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=27.97%
G=34.08%
B=37.94%

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
Decimal1742122360.260.1000.07203.236280.39
HexAED4EC1AA07cb3e50
Octal25632435432120731376120
Binary1010111011010100111011001101010100111110010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4EC; }

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

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

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

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

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

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

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

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