#AED4DF

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

Shades of Light Blue #AED4DF

Tints of Light Blue #AED4DF

Color information

#AED4DF (or 0xAED4DF) is unknown color: approx Light Blue. HEX triplet: AE, D4 and DF. RGB value is (174,212,223). Sum of RGB (Red+Green+Blue) = 174+212+223=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #AED4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4DF is #512B20. Grayscale: #C9C9C9. Windows color (decimal): -5319457 or 14668974. OLE color: 14668974.

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

Color convert

RGB174212223-
CMYK0.220.0500.13
HSL193.47º43.36%77.84%-
HSV(B)193.47º21.97%87.45%-
XYZ54.3261.4178.8-
YUV201.89139.91108.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.57%
GREEN value IS 212 (83.20% from 255) = 34.81%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=28.57%
G=34.81%
B=36.62%

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
Decimal1742122230.220.0500.13193.4743.3677.84
HexAED4DF1650Dc12b4e
Octal25632433726501530153116
Binary1010111011010100110111111011010101101110000011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4DF; }

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

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

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

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

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

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

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

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