#AEE0F1

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

Shades of Light Blue #AEE0F1

Tints of Light Blue #AEE0F1

Color information

#AEE0F1 (or 0xAEE0F1) is unknown color: approx Light Blue. HEX triplet: AE, E0 and F1. RGB value is (174,224,241). Sum of RGB (Red+Green+Blue) = 174+224+241=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEE0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0F1 is #511F0E. Grayscale: #D2D2D2. Windows color (decimal): -5316367 or 15851694. OLE color: 15851694.

HSL color Cylindrical-coordinate representation of color #AEE0F1: hue angle of 195.22º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEE0F1 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174224241-
CMYK0.280.0700.05
HSL195.22º70.53%81.37%-
HSV(B)195.22º27.8%94.51%-
XYZ59.9968.6693.31-
YUV210.99144.94101.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.23%
GREEN value IS 224 (87.89% from 255) = 35.05%
BLUE value IS 241 (94.53% from 255) = 37.72%
R=27.23%
G=35.05%
B=37.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742242410.280.0700.05195.2270.5381.37
HexAEE0F11C705c34751
Octal25634036134705303107121
Binary1010111011100000111100011110011101011100001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0F1; }

 p { color: rgb(174,224,241); }

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

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

 a { background-color: rgb(174,224,241); }

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

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

 span { border-color: rgb(174,224,241); }

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