#AED6EC

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

Shades of Light Blue #AED6EC

Tints of Light Blue #AED6EC

Color information

#AED6EC (or 0xAED6EC) is unknown color: approx Light Blue. HEX triplet: AE, D6 and EC. RGB value is (174,214,236). Sum of RGB (Red+Green+Blue) = 174+214+236=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #AED6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6EC is #512913. Grayscale: #CCCCCC. Windows color (decimal): -5318932 or 15521454. OLE color: 15521454.

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

Color convert

RGB174214236-
CMYK0.260.0900.07
HSL201.29º62%80.39%-
HSV(B)201.29º26.27%92.55%-
XYZ56.6463.1588.56-
YUV204.55145.75106.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.88%
GREEN value IS 214 (83.98% from 255) = 34.29%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=27.88%
G=34.29%
B=37.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742142360.260.0900.07201.296280.39
HexAED6EC1A907c93e50
Octal25632635432110731176120
Binary1010111011010110111011001101010010111110010011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED6EC; }

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

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

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

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

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

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

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

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