#AED5EA

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

Shades of Light Blue #AED5EA

Tints of Light Blue #AED5EA

Color information

#AED5EA (or 0xAED5EA) is unknown color: approx Light Blue. HEX triplet: AE, D5 and EA. RGB value is (174,213,234). Sum of RGB (Red+Green+Blue) = 174+213+234=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #AED5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5EA is #512A15. Grayscale: #CBCBCB. Windows color (decimal): -5319190 or 15390126. OLE color: 15390126.

HSL color Cylindrical-coordinate representation of color #AED5EA: hue angle of 201º degrees, saturation: 0.59, 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 #AED5EA is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174213234-
CMYK0.260.0900.08
HSL201º58.82%80%-
HSV(B)201º25.64%91.76%-
XYZ56.162.5386.95-
YUV203.73145.08106.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.02%
GREEN value IS 213 (83.59% from 255) = 34.30%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=28.02%
G=34.30%
B=37.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742132340.260.0900.0820158.8280
HexAED5EA1A908c93b50
Octal256325352321101031173120
Binary10101110110101011110101011010100101000110010011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5EA; }

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

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

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

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

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

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

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

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