#AED6DC

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

Shades of Light Blue #AED6DC

Tints of Light Blue #AED6DC

Color information

#AED6DC (or 0xAED6DC) is unknown color: approx Light Blue. HEX triplet: AE, D6 and DC. RGB value is (174,214,220). Sum of RGB (Red+Green+Blue) = 174+214+220=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6DC is #512923. Grayscale: #CACACA. Windows color (decimal): -5318948 or 14472878. OLE color: 14472878.

HSL color Cylindrical-coordinate representation of color #AED6DC: hue angle of 187.83º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AED6DC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174214220-
CMYK0.210.0300.14
HSL187.83º39.66%77.25%-
HSV(B)187.83º20.91%86.27%-
XYZ54.4262.2676.86-
YUV202.72137.75107.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.62%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=28.62%
G=35.20%
B=36.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742142200.210.0300.14187.8339.6677.25
HexAED6DC1530Ebc284d
Octal25632633425301627450115
Binary101011101101011011011100101011101110101111001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED6DC; }

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

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

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

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

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

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

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

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