#AEE0EE

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

Shades of Light Blue #AEE0EE

Tints of Light Blue #AEE0EE

Color information

#AEE0EE (or 0xAEE0EE) is unknown color: approx Light Blue. HEX triplet: AE, E0 and EE. RGB value is (174,224,238). Sum of RGB (Red+Green+Blue) = 174+224+238=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEE0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0EE is #511F11. Grayscale: #D2D2D2. Windows color (decimal): -5316370 or 15655086. OLE color: 15655086.

HSL color Cylindrical-coordinate representation of color #AEE0EE: hue angle of 193.12º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEE0EE is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174224238-
CMYK0.270.0600.07
HSL193.12º65.31%80.78%-
HSV(B)193.12º26.89%93.33%-
XYZ59.5468.4890.97-
YUV210.65143.44101.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.36%
GREEN value IS 224 (87.89% from 255) = 35.22%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=27.36%
G=35.22%
B=37.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742242380.270.0600.07193.1265.3180.78
HexAEE0EE1B607c14151
Octal25634035633607301101121
Binary1010111011100000111011101101111001111100000110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0EE; }

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

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

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

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

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

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

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

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