#AED7E1

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

Shades of Light Blue #AED7E1

Tints of Light Blue #AED7E1

Color information

#AED7E1 (or 0xAED7E1) is unknown color: approx Light Blue. HEX triplet: AE, D7 and E1. RGB value is (174,215,225). Sum of RGB (Red+Green+Blue) = 174+215+225=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #AED7E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7E1 is #51281E. Grayscale: #CBCBCB. Windows color (decimal): -5318687 or 14800814. OLE color: 14800814.

HSL color Cylindrical-coordinate representation of color #AED7E1: hue angle of 191.76º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AED7E1 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174215225-
CMYK0.230.0400.12
HSL191.76º45.95%78.24%-
HSV(B)191.76º22.67%88.24%-
XYZ55.3563.0480.48-
YUV203.88139.92106.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.34%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 225 (88.28% from 255) = 36.64%
R=28.34%
G=35.02%
B=36.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742152250.230.0400.12191.7645.9578.24
HexAED7E11740Cc02e4e
Octal25632734127401430056116
Binary1010111011010111111000011011110001100110000001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7E1; }

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

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

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

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

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

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

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

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