#AEDDF0

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

Shades of Light Blue #AEDDF0

Tints of Light Blue #AEDDF0

Color information

#AEDDF0 (or 0xAEDDF0) is unknown color: approx Light Blue. HEX triplet: AE, DD and F0. RGB value is (174,221,240). Sum of RGB (Red+Green+Blue) = 174+221+240=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEDDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF0 is #51220F. Grayscale: #D0D0D0. Windows color (decimal): -5317136 or 15785390. OLE color: 15785390.

HSL color Cylindrical-coordinate representation of color #AEDDF0: hue angle of 197.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEDDF0 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174221240-
CMYK0.280.0800.06
HSL197.27º68.75%81.18%-
HSV(B)197.27º27.5%94.12%-
XYZ59.046792.26-
YUV209.11145.43102.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.40%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=27.40%
G=34.80%
B=37.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742212400.280.0800.06197.2768.7581.18
HexAEDDF01C806c54551
Octal256335360341006305105121
Binary10101110110111011111000011100100001101100010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDF0; }

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

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

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

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

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

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

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

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