#AEDAE5

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

Shades of Light Blue #AEDAE5

Tints of Light Blue #AEDAE5

Color information

#AEDAE5 (or 0xAEDAE5) is unknown color: approx Light Blue. HEX triplet: AE, DA and E5. RGB value is (174,218,229). Sum of RGB (Red+Green+Blue) = 174+218+229=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEDAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAE5 is #51251A. Grayscale: #CECECE. Windows color (decimal): -5317915 or 15063726. OLE color: 15063726.

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

Color convert

RGB174218229-
CMYK0.240.0500.10
HSL192º51.4%79.02%-
HSV(B)192º24.02%89.8%-
XYZ56.6764.883.65-
YUV206.1140.92105.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.02%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 229 (89.84% from 255) = 36.88%
R=28.02%
G=35.10%
B=36.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742182290.240.0500.1019251.479.02
HexAEDAE51850Ac0334f
Octal25633234530501230063117
Binary1010111011011010111001011100010101010110000001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAE5; }

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

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

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

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

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

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

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

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