#AED4DE

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

Shades of Light Blue #AED4DE

Tints of Light Blue #AED4DE

Color information

#AED4DE (or 0xAED4DE) is unknown color: approx Light Blue. HEX triplet: AE, D4 and DE. RGB value is (174,212,222). Sum of RGB (Red+Green+Blue) = 174+212+222=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #AED4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4DE is #512B21. Grayscale: #C9C9C9. Windows color (decimal): -5319458 or 14603438. OLE color: 14603438.

HSL color Cylindrical-coordinate representation of color #AED4DE: hue angle of 192.5º 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 #AED4DE is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174212222-
CMYK0.220.0500.13
HSL192.5º42.11%77.65%-
HSV(B)192.5º21.62%87.06%-
XYZ54.1861.3678.1-
YUV201.78139.41108.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.62%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=28.62%
G=34.87%
B=36.51%

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
Decimal1742122220.220.0500.13192.542.1177.65
HexAED4DE1650Dc02a4e
Octal25632433626501530052116
Binary1010111011010100110111101011010101101110000001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4DE; }

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

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

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

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

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

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

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

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