#AEDBE5

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

Shades of Light Blue #AEDBE5

Tints of Light Blue #AEDBE5

Color information

#AEDBE5 (or 0xAEDBE5) is unknown color: approx Light Blue. HEX triplet: AE, DB and E5. RGB value is (174,219,229). Sum of RGB (Red+Green+Blue) = 174+219+229=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEDBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBE5 is #51241A. Grayscale: #CECECE. Windows color (decimal): -5317659 or 15063982. OLE color: 15063982.

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

Color convert

RGB174219229-
CMYK0.240.0400.10
HSL190.91º51.4%79.02%-
HSV(B)190.91º24.02%89.8%-
XYZ56.9365.3283.74-
YUV206.68140.59104.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.97%
GREEN value IS 219 (85.94% from 255) = 35.21%
BLUE value IS 229 (89.84% from 255) = 36.82%
R=27.97%
G=35.21%
B=36.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742192290.240.0400.10190.9151.479.02
HexAEDBE51840Abf334f
Octal25633334530401227763117
Binary1010111011011011111001011100010001010101111111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBE5; }

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

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

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

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

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

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

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

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