#AED9EE

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

Shades of Light Blue #AED9EE

Tints of Light Blue #AED9EE

Color information

#AED9EE (or 0xAED9EE) is unknown color: approx Light Blue. HEX triplet: AE, D9 and EE. RGB value is (174,217,238). Sum of RGB (Red+Green+Blue) = 174+217+238=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #AED9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9EE is #512611. Grayscale: #CECECE. Windows color (decimal): -5318162 or 15653294. OLE color: 15653294.

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

Color convert

RGB174217238-
CMYK0.270.0900.07
HSL199.69º65.31%80.78%-
HSV(B)199.69º26.89%93.33%-
XYZ57.764.890.35-
YUV206.54145.75104.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.66%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=27.66%
G=34.50%
B=37.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742172380.270.0900.07199.6965.3180.78
HexAED9EE1B907c84151
Octal256331356331107310101121
Binary10101110110110011110111011011100101111100100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9EE; }

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

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

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

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

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

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

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

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