#AEDBE9

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

Shades of Light Blue #AEDBE9

Tints of Light Blue #AEDBE9

Color information

#AEDBE9 (or 0xAEDBE9) is unknown color: approx Light Blue. HEX triplet: AE, DB and E9. RGB value is (174,219,233). Sum of RGB (Red+Green+Blue) = 174+219+233=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #AEDBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBE9 is #512416. Grayscale: #CFCFCF. Windows color (decimal): -5317655 or 15326126. OLE color: 15326126.

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

Color convert

RGB174219233-
CMYK0.250.0600.09
HSL194.24º57.28%79.8%-
HSV(B)194.24º25.32%91.37%-
XYZ57.565.5486.71-
YUV207.14142.59104.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.80%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=27.80%
G=34.98%
B=37.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742192330.250.0600.09194.2457.2879.8
HexAEDBE919609c23950
Octal25633335131601130271120
Binary1010111011011011111010011100111001001110000101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBE9; }

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

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

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

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

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

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

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

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