#AED5ED

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

Shades of Sail #AED5ED

Tints of Sail #AED5ED

Color information

#AED5ED (or 0xAED5ED) is unknown color: approx Sail. HEX triplet: AE, D5 and ED. RGB value is (174,213,237). Sum of RGB (Red+Green+Blue) = 174+213+237=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #AED5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5ED is #512A12. Grayscale: #CBCBCB. Windows color (decimal): -5319187 or 15586734. OLE color: 15586734.

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

Color convert

RGB174213237-
CMYK0.270.1000.07
HSL202.86º63.64%80.59%-
HSV(B)202.86º26.58%92.94%-
XYZ56.5462.789.24-
YUV204.08146.58106.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.88%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=27.88%
G=34.13%
B=37.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742132370.270.1000.07202.8663.6480.59
HexAED5ED1BA07cb4051
Octal256325355331207313100121
Binary10101110110101011110110111011101001111100101110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5ED; }

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

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

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

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

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

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

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

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