#AED9E7

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

Shades of Light Blue #AED9E7

Tints of Light Blue #AED9E7

Color information

#AED9E7 (or 0xAED9E7) is unknown color: approx Light Blue. HEX triplet: AE, D9 and E7. RGB value is (174,217,231). Sum of RGB (Red+Green+Blue) = 174+217+231=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 231 - color contains mainly: blue. Hex color #AED9E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9E7 is #512618. Grayscale: #CDCDCD. Windows color (decimal): -5318169 or 15194542. OLE color: 15194542.

HSL color Cylindrical-coordinate representation of color #AED9E7: hue angle of 194.74º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AED9E7 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174217231-
CMYK0.250.0600.09
HSL194.74º54.29%79.41%-
HSV(B)194.74º24.68%90.59%-
XYZ56.6964.3985.04-
YUV205.74142.25105.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.97%
GREEN value IS 217 (85.16% from 255) = 34.89%
BLUE value IS 231 (90.62% from 255) = 37.14%
R=27.97%
G=34.89%
B=37.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742172310.250.0600.09194.7454.2979.41
HexAED9E719609c3364f
Octal25633134731601130366117
Binary1010111011011001111001111100111001001110000111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9E7; }

 p { color: rgb(174,217,231); }

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

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

 a { background-color: rgb(174,217,231); }

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

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

 span { border-color: rgb(174,217,231); }

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