#AED7DE

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

Shades of Light Blue #AED7DE

Tints of Light Blue #AED7DE

Color information

#AED7DE (or 0xAED7DE) is unknown color: approx Light Blue. HEX triplet: AE, D7 and DE. RGB value is (174,215,222). Sum of RGB (Red+Green+Blue) = 174+215+222=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #AED7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7DE is #512821. Grayscale: #CBCBCB. Windows color (decimal): -5318690 or 14604206. OLE color: 14604206.

HSL color Cylindrical-coordinate representation of color #AED7DE: hue angle of 188.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AED7DE is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174215222-
CMYK0.220.0300.13
HSL188.75º42.11%77.65%-
HSV(B)188.75º21.62%87.06%-
XYZ54.9462.8778.35-
YUV203.54138.42106.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.48%
GREEN value IS 215 (84.38% from 255) = 35.19%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=28.48%
G=35.19%
B=36.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742152220.220.0300.13188.7542.1177.65
HexAED7DE1630Dbd2a4e
Octal25632733626301527552116
Binary101011101101011111011110101101101101101111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7DE; }

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

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

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

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

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

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

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

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