#AEE1F6

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

Shades of Light Blue #AEE1F6

Tints of Light Blue #AEE1F6

Color information

#AEE1F6 (or 0xAEE1F6) is unknown color: approx Light Blue. HEX triplet: AE, E1 and F6. RGB value is (174,225,246). Sum of RGB (Red+Green+Blue) = 174+225+246=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEE1F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE1F6 is #511E09. Grayscale: #D4D4D4. Windows color (decimal): -5316106 or 16179630. OLE color: 16179630.

HSL color Cylindrical-coordinate representation of color #AEE1F6: hue angle of 197.5º degrees, saturation: 0.8, 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 #AEE1F6 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174225246-
CMYK0.290.0900.04
HSL197.5º80%82.35%-
HSV(B)197.5º29.27%96.47%-
XYZ61.0269.597.39-
YUV212.14147.1100.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.98%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 246 (96.48% from 255) = 38.14%
R=26.98%
G=34.88%
B=38.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1742252460.290.0900.04197.58082.35
HexAEE1F61D904c65052
Octal256341366351104306120122
Binary10101110111000011111011011101100101001100011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1F6; }

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

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

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

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

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

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

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

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