#AED3EB

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

Shades of Sail #AED3EB

Tints of Sail #AED3EB

Color information

#AED3EB (or 0xAED3EB) is unknown color: approx Sail. HEX triplet: AE, D3 and EB. RGB value is (174,211,235). Sum of RGB (Red+Green+Blue) = 174+211+235=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #AED3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED3EB is #512C14. Grayscale: #CACACA. Windows color (decimal): -5319701 or 15455150. OLE color: 15455150.

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

Color convert

RGB174211235-
CMYK0.260.1000.08
HSL203.61º60.4%80.2%-
HSV(B)203.61º25.96%92.16%-
XYZ55.7561.5987.55-
YUV202.67146.24107.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.06%
GREEN value IS 211 (82.81% from 255) = 34.03%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=28.06%
G=34.03%
B=37.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742112350.260.1000.08203.6160.480.2
HexAED3EB1AA08cc3c50
Octal256323353321201031474120
Binary10101110110100111110101111010101001000110011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3EB; }

 p { color: rgb(174,211,235); }

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

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

 a { background-color: rgb(174,211,235); }

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

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

 span { border-color: rgb(174,211,235); }

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