#AED4DD

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

Shades of Light Blue #AED4DD

Tints of Light Blue #AED4DD

Color information

#AED4DD (or 0xAED4DD) is unknown color: approx Light Blue. HEX triplet: AE, D4 and DD. RGB value is (174,212,221). Sum of RGB (Red+Green+Blue) = 174+212+221=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #AED4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4DD is #512B22. Grayscale: #C9C9C9. Windows color (decimal): -5319459 or 14537902. OLE color: 14537902.

HSL color Cylindrical-coordinate representation of color #AED4DD: hue angle of 191.49º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AED4DD is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174212221-
CMYK0.210.0400.13
HSL191.49º40.87%77.45%-
HSV(B)191.49º21.27%86.67%-
XYZ54.0561.3177.39-
YUV201.66138.91108.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=28.67%
G=34.93%
B=36.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742122210.210.0400.13191.4940.8777.45
HexAED4DD1540Dbf294d
Octal25632433525401527751115
Binary1010111011010100110111011010110001101101111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4DD; }

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

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

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

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

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

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

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

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