COLOR #AAE0FF

HEX: #AAE0FF
RGB: (170,224,255)

Color info

#AAE0FF contains mainly green and blue colors. Web safe color of #AAE0FF is #99CCFF (or #9CF).

RGB color model

#AAE0FF color RGB value is (170,224,255).

  • red value is 170;
  • green value is 224;
  • blue value is 255.
RGB:
(170,224,255)
(67%,88%,100%)

RGB channels and saturation

R 170 of 255 = 67%
G 224 of 255 = 88%
B 255 of 255 = 100%

170
224
255

R + G + B ~ 85%. #AAE0FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 224 + 255 = 649 (100%)
R 170 of 649 ~ 26.19%
G 224 of 649 ~ 34.51%
B 255 of 649 ~ 39.29%

%26.19
%34.51
%39.29

CMYK color model

#AAE0FF color CMYK value is (33,12,0,0).

  • cyan value is 33.33%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,12,0,0)
C33M12Y0K0 
(33%,12%,0%,0%)
(0.33/0.12/0.00/0.00)	

CMYK percentages

%33.33
%12.16
%0
%0

Codes

Color #AAE0FF in popluar color models

AAE0FF
RGB170224255
HSL202°100.00%83.33%
HSB/HSV202°33.33%100.00%
CMYK33.33%12.16%0.00%
0.00%

Color #AAE0FF in popluar number systems.

HEXAAE0FF
Decimal170224255
Binary101010101110000011111111
Octal252340377

Shades and tints

Shades of #AAE0FF

#AAE0FF
(170,224,255)
#9BCCE8
(155,204,232)
#8CB8D1
(140,184,209)
#7DA4BA
(125,164,186)
#6E90A3
(110,144,163)
#5F7C8C
(95,124,140)
#506875
(80,104,117)
#41545E
(65,84,94)
#324047
(50,64,71)
#232C30
(35,44,48)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #AAE0FF

#AAE0FF
(170,224,255)
#B1E2FF
(177,226,255)
#B8E4FF
(184,228,255)
#BFE6FF
(191,230,255)
#C6E8FF
(198,232,255)
#CDEAFF
(205,234,255)
#D4ECFF
(212,236,255)
#DBEEFF
(219,238,255)
#E2F0FF
(226,240,255)
#E9F2FF
(233,242,255)
#F0F4FF
(240,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE0FF color. Also use rgb(170,224,255) instead hex code.

Text Font Color

.myTextColor { color: #AAE0FF; }

<p style="color:#AAE0FF">This sample text font color is #AAE0FF.</p>

This text font color is #AAE0FF.


Background Color

.myBgColor { background-color: #AAE0FF; }

<div style="background-color:#AAE0FF">Inner text</div>

This div background color is #AAE0FF.


Border color

.myBorderColor { border: 1px solid #AAE0FF; }

<div style="border:3px solid #AAE0FF">Div</div>

This div border color is #AAE0FF.


Opacity

.myOpacity80 { color: #AAE0FF; opacity: 0.8; }

<p style="color:#AAE0FF;opacity:0.8;">80%</p>

Text with #AAE0FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AAE0FF;}

<p style="text-shadow: 3px 3px 1px #AAE0FF">Text here.</p>

This text has shadow with #AAE0FF color.

.textShadow {text-shadow: 3px 3px 1px #AAE0FF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AAE0FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #AAE0FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAE0FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AAE0FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #AAE0FF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AAE0FF;
  -webkit-box-shadow:	1px 1px 3px 2px #AAE0FF;
  box-shadow:		1px 1px 3px 2px #AAE0FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAE0FF;
-webkit-box-shadow: 1px 1px 3px 2px #AAE0FF;
box-shadow:1px 1px 3px 2px #AAE0FF;">
Div content here</div>
This div box has shadow with color #AAE0FF.

Preview

Color preview on black background

This text has color #AAE0FF on black background.


Color preview on white background

This text has color #AAE0FF on white background.



Black color preview on #AAE0FF background

This text has black color on #AAE0FF background.


White color preview on #AAE0FF background

This text has white color on #AAE0FF background.