#AED7EA

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

Shades of Light Blue #AED7EA

Tints of Light Blue #AED7EA

Color information

#AED7EA (or 0xAED7EA) is unknown color: approx Light Blue. HEX triplet: AE, D7 and EA. RGB value is (174,215,234). Sum of RGB (Red+Green+Blue) = 174+215+234=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #AED7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED7EA is #512815. Grayscale: #CCCCCC. Windows color (decimal): -5318678 or 15390638. OLE color: 15390638.

HSL color Cylindrical-coordinate representation of color #AED7EA: hue angle of 199º 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 #AED7EA is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174215234-
CMYK0.260.0800.08
HSL199º58.82%80%-
HSV(B)199º25.64%91.76%-
XYZ56.6163.5487.12-
YUV204.91144.42105.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.93%
GREEN value IS 215 (84.38% from 255) = 34.51%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=27.93%
G=34.51%
B=37.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742152340.260.0800.0819958.8280
HexAED7EA1A808c73b50
Octal256327352321001030773120
Binary10101110110101111110101011010100001000110001111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7EA; }

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

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

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

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

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

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

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

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