#AED2DF

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

Shades of Light Blue #AED2DF

Tints of Light Blue #AED2DF

Color information

#AED2DF (or 0xAED2DF) is unknown color: approx Light Blue. HEX triplet: AE, D2 and DF. RGB value is (174,210,223). Sum of RGB (Red+Green+Blue) = 174+210+223=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #AED2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2DF is #512D20. Grayscale: #C8C8C8. Windows color (decimal): -5319969 or 14668462. OLE color: 14668462.

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

Color convert

RGB174210223-
CMYK0.220.0600.13
HSL195.92º43.36%77.84%-
HSV(B)195.92º21.97%87.45%-
XYZ53.8260.4278.64-
YUV200.72140.57108.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=28.67%
G=34.60%
B=36.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742102230.220.0600.13195.9243.3677.84
HexAED2DF1660Dc42b4e
Octal25632233726601530453116
Binary1010111011010010110111111011011001101110001001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED2DF; }

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

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

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

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

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

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

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

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