#AED6EE

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

Shades of Sail #AED6EE

Tints of Sail #AED6EE

Color information

#AED6EE (or 0xAED6EE) is unknown color: approx Sail. HEX triplet: AE, D6 and EE. RGB value is (174,214,238). Sum of RGB (Red+Green+Blue) = 174+214+238=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #AED6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6EE is #512911. Grayscale: #CCCCCC. Windows color (decimal): -5318930 or 15652526. OLE color: 15652526.

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

Color convert

RGB174214238-
CMYK0.270.1000.07
HSL202.5º65.31%80.78%-
HSV(B)202.5º26.89%93.33%-
XYZ56.9363.2690.1-
YUV204.78146.75106.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.80%
GREEN value IS 214 (83.98% from 255) = 34.19%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=27.80%
G=34.19%
B=38.02%

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
Decimal1742142380.270.1000.07202.565.3180.78
HexAED6EE1BA07ca4151
Octal256326356331207312101121
Binary10101110110101101110111011011101001111100101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED6EE; }

 p { color: rgb(174,214,238); }

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

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

 a { background-color: rgb(174,214,238); }

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

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

 span { border-color: rgb(174,214,238); }

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