#AEDBE7

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

Shades of Light Blue #AEDBE7

Tints of Light Blue #AEDBE7

Color information

#AEDBE7 (or 0xAEDBE7) is unknown color: approx Light Blue. HEX triplet: AE, DB and E7. RGB value is (174,219,231). Sum of RGB (Red+Green+Blue) = 174+219+231=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 231 - color contains mainly: blue. Hex color #AEDBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBE7 is #512418. Grayscale: #CECECE. Windows color (decimal): -5317657 or 15195054. OLE color: 15195054.

HSL color Cylindrical-coordinate representation of color #AEDBE7: hue angle of 192.63º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEDBE7 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174219231-
CMYK0.250.0500.09
HSL192.63º54.29%79.41%-
HSV(B)192.63º24.68%90.59%-
XYZ57.2165.4385.22-
YUV206.91141.59104.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.88%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 231 (90.62% from 255) = 37.02%
R=27.88%
G=35.10%
B=37.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742192310.250.0500.09192.6354.2979.41
HexAEDBE719509c1364f
Octal25633334731501130166117
Binary1010111011011011111001111100110101001110000011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBE7; }

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

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

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

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

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

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

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

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