#AED2DE

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

Shades of Light Blue #AED2DE

Tints of Light Blue #AED2DE

Color information

#AED2DE (or 0xAED2DE) is unknown color: approx Light Blue. HEX triplet: AE, D2 and DE. RGB value is (174,210,222). Sum of RGB (Red+Green+Blue) = 174+210+222=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #AED2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2DE is #512D21. Grayscale: #C8C8C8. Windows color (decimal): -5319970 or 14602926. OLE color: 14602926.

HSL color Cylindrical-coordinate representation of color #AED2DE: hue angle of 195º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AED2DE is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174210222-
CMYK0.220.0500.13
HSL195º42.11%77.65%-
HSV(B)195º21.62%87.06%-
XYZ53.6960.3777.93-
YUV200.6140.07109.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 210 (82.42% from 255) = 34.65%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=28.71%
G=34.65%
B=36.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742102220.220.0500.1319542.1177.65
HexAED2DE1650Dc32a4e
Octal25632233626501530352116
Binary1010111011010010110111101011010101101110000111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED2DE; }

 p { color: rgb(174,210,222); }

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

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

 a { background-color: rgb(174,210,222); }

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

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

 span { border-color: rgb(174,210,222); }

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