#AED1E5

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

Shades of Light Blue #AED1E5

Tints of Light Blue #AED1E5

Color information

#AED1E5 (or 0xAED1E5) is unknown color: approx Light Blue. HEX triplet: AE, D1 and E5. RGB value is (174,209,229). Sum of RGB (Red+Green+Blue) = 174+209+229=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #AED1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1E5 is #512E1A. Grayscale: #C8C8C8. Windows color (decimal): -5320219 or 15061422. OLE color: 15061422.

HSL color Cylindrical-coordinate representation of color #AED1E5: hue angle of 201.82º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AED1E5 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174209229-
CMYK0.240.0900.10
HSL201.82º51.4%79.02%-
HSV(B)201.82º24.02%89.8%-
XYZ54.460.2682.89-
YUV200.82143.9108.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 209 (82.03% from 255) = 34.15%
BLUE value IS 229 (89.84% from 255) = 37.42%
R=28.43%
G=34.15%
B=37.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742092290.240.0900.10201.8251.479.02
HexAED1E51890Aca334f
Octal256321345301101231263117
Binary10101110110100011110010111000100101010110010101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1E5; }

 p { color: rgb(174,209,229); }

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

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

 a { background-color: rgb(174,209,229); }

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

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

 span { border-color: rgb(174,209,229); }

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