#AEE1F7

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

Shades of Light Blue #AEE1F7

Tints of Light Blue #AEE1F7

Color information

#AEE1F7 (or 0xAEE1F7) is unknown color: approx Light Blue. HEX triplet: AE, E1 and F7. RGB value is (174,225,247). Sum of RGB (Red+Green+Blue) = 174+225+247=646 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.93% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEE1F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE1F7 is #511E08. Grayscale: #D4D4D4. Windows color (decimal): -5316105 or 16245166. OLE color: 16245166.

HSL color Cylindrical-coordinate representation of color #AEE1F7: hue angle of 198.08º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEE1F7 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174225247-
CMYK0.300.0900.03
HSL198.08º82.02%82.55%-
HSV(B)198.08º29.55%96.86%-
XYZ61.1769.5698.2-
YUV212.26147.6100.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.93%
GREEN value IS 225 (88.28% from 255) = 34.83%
BLUE value IS 247 (96.88% from 255) = 38.24%
R=26.93%
G=34.83%
B=38.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742252470.300.0900.03198.0882.0282.55
HexAEE1F71E903c65253
Octal256341367361103306122123
Binary1010111011100001111101111111010010111100011010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1F7; }

 p { color: rgb(174,225,247); }

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

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

 a { background-color: rgb(174,225,247); }

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

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

 span { border-color: rgb(174,225,247); }

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