#AED9EC

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

Shades of Light Blue #AED9EC

Tints of Light Blue #AED9EC

Color information

#AED9EC (or 0xAED9EC) is unknown color: approx Light Blue. HEX triplet: AE, D9 and EC. RGB value is (174,217,236). Sum of RGB (Red+Green+Blue) = 174+217+236=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #AED9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED9EC is #512613. Grayscale: #CECECE. Windows color (decimal): -5318164 or 15522222. OLE color: 15522222.

HSL color Cylindrical-coordinate representation of color #AED9EC: hue angle of 198.39º 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 #AED9EC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174217236-
CMYK0.260.0800.07
HSL198.39º62%80.39%-
HSV(B)198.39º26.27%92.55%-
XYZ57.4164.6888.82-
YUV206.31144.75104.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.75%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=27.75%
G=34.61%
B=37.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742172360.260.0800.07198.396280.39
HexAED9EC1A807c63e50
Octal25633135432100730676120
Binary1010111011011001111011001101010000111110001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9EC; }

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

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

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

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

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

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

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

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