#AED4ED

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

Shades of Sail #AED4ED

Tints of Sail #AED4ED

Color information

#AED4ED (or 0xAED4ED) is unknown color: approx Sail. HEX triplet: AE, D4 and ED. RGB value is (174,212,237). Sum of RGB (Red+Green+Blue) = 174+212+237=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #AED4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4ED is #512B12. Grayscale: #CBCBCB. Windows color (decimal): -5319443 or 15586478. OLE color: 15586478.

HSL color Cylindrical-coordinate representation of color #AED4ED: hue angle of 203.81º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED4ED is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174212237-
CMYK0.270.1100.07
HSL203.81º63.64%80.59%-
HSV(B)203.81º26.58%92.94%-
XYZ56.2962.289.16-
YUV203.49146.91106.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 212 (83.20% from 255) = 34.03%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=27.93%
G=34.03%
B=38.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742122370.270.1100.07203.8163.6480.59
HexAED4ED1BB07cc4051
Octal256324355331307314100121
Binary10101110110101001110110111011101101111100110010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4ED; }

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

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

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

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

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

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

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

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