#AED4EA

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

Shades of Light Blue #AED4EA

Tints of Light Blue #AED4EA

Color information

#AED4EA (or 0xAED4EA) is unknown color: approx Light Blue. HEX triplet: AE, D4 and EA. RGB value is (174,212,234). Sum of RGB (Red+Green+Blue) = 174+212+234=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #AED4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4EA is #512B15. Grayscale: #CBCBCB. Windows color (decimal): -5319446 or 15389870. OLE color: 15389870.

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

Color convert

RGB174212234-
CMYK0.260.0900.08
HSL202º58.82%80%-
HSV(B)202º25.64%91.76%-
XYZ55.8562.0386.87-
YUV203.15145.41107.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.06%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=28.06%
G=34.19%
B=37.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742122340.260.0900.0820258.8280
HexAED4EA1A908ca3b50
Octal256324352321101031273120
Binary10101110110101001110101011010100101000110010101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4EA; }

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

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

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

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

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

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

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

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