#AEDCF5

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

Shades of Light Blue #AEDCF5

Tints of Light Blue #AEDCF5

Color information

#AEDCF5 (or 0xAEDCF5) is unknown color: approx Light Blue. HEX triplet: AE, DC and F5. RGB value is (174,220,245). Sum of RGB (Red+Green+Blue) = 174+220+245=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEDCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCF5 is #51230A. Grayscale: #D0D0D0. Windows color (decimal): -5317387 or 16112814. OLE color: 16112814.

HSL color Cylindrical-coordinate representation of color #AEDCF5: hue angle of 201.13º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEDCF5 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174220245-
CMYK0.290.1000.04
HSL201.13º78.02%82.16%-
HSV(B)201.13º28.98%96.08%-
XYZ59.5366.7896.14-
YUV209.1148.26102.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.23%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 245 (96.09% from 255) = 38.34%
R=27.23%
G=34.43%
B=38.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742202450.290.1000.04201.1378.0282.16
HexAEDCF51DA04c94e52
Octal256334365351204311116122
Binary10101110110111001111010111101101001001100100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCF5; }

 p { color: rgb(174,220,245); }

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

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

 a { background-color: rgb(174,220,245); }

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

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

 span { border-color: rgb(174,220,245); }

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