#AED7EC

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

Shades of Light Blue #AED7EC

Tints of Light Blue #AED7EC

Color information

#AED7EC (or 0xAED7EC) is unknown color: approx Light Blue. HEX triplet: AE, D7 and EC. RGB value is (174,215,236). Sum of RGB (Red+Green+Blue) = 174+215+236=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #AED7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED7EC is #512813. Grayscale: #CDCDCD. Windows color (decimal): -5318676 or 15521710. OLE color: 15521710.

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

Color convert

RGB174215236-
CMYK0.260.0900.07
HSL200.32º62%80.39%-
HSV(B)200.32º26.27%92.55%-
XYZ56.963.6688.64-
YUV205.14145.42105.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.84%
GREEN value IS 215 (84.38% from 255) = 34.4%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=27.84%
G=34.4%
B=37.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742152360.260.0900.07200.326280.39
HexAED7EC1A907c83e50
Octal25632735432110731076120
Binary1010111011010111111011001101010010111110010001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7EC; }

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

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

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

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

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

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

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

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