#AED9EA

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

Shades of Light Blue #AED9EA

Tints of Light Blue #AED9EA

Color information

#AED9EA (or 0xAED9EA) is unknown color: approx Light Blue. HEX triplet: AE, D9 and EA. RGB value is (174,217,234). Sum of RGB (Red+Green+Blue) = 174+217+234=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #AED9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9EA is #512615. Grayscale: #CDCDCD. Windows color (decimal): -5318166 or 15391150. OLE color: 15391150.

HSL color Cylindrical-coordinate representation of color #AED9EA: hue angle of 197º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED9EA is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174217234-
CMYK0.260.0700.08
HSL197º58.82%80%-
HSV(B)197º25.64%91.76%-
XYZ57.1264.5687.29-
YUV206.08143.75105.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.84%
GREEN value IS 217 (85.16% from 255) = 34.72%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=27.84%
G=34.72%
B=37.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742172340.260.0700.0819758.8280
HexAED9EA1A708c53b50
Octal25633135232701030573120
Binary1010111011011001111010101101011101000110001011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9EA; }

 p { color: rgb(174,217,234); }

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

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

 a { background-color: rgb(174,217,234); }

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

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

 span { border-color: rgb(174,217,234); }

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