COLOR #AAE4FF

HEX: #AAE4FF
RGB: (170,228,255)

Color info

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

RGB color model

#AAE4FF color RGB value is (170,228,255).

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

RGB channels and saturation

R 170 of 255 = 67%
G 228 of 255 = 89%
B 255 of 255 = 100%

170
228
255

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

Portions of RGB colors in percentages

R + G + B =
170 + 228 + 255 = 653 (100%)
R 170 of 653 ~ 26.03%
G 228 of 653 ~ 34.92%
B 255 of 653 ~ 39.05%

%26.03
%34.92
%39.05

CMYK color model

#AAE4FF color CMYK value is (33,11,0,0).

  • cyan value is 33.33%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,11,0,0)
C33M11Y0K0 
(33%,11%,0%,0%)
(0.33/0.11/0.00/0.00)	

CMYK percentages

%33.33
%10.59
%0
%0

Codes

Color #AAE4FF in popluar color models

AAE4FF
RGB170228255
HSL199°100.00%83.33%
HSB/HSV199°33.33%100.00%
CMYK33.33%10.59%0.00%
0.00%

Color #AAE4FF in popluar number systems.

HEXAAE4FF
Decimal170228255
Binary101010101110010011111111
Octal252344377

Shades and tints

Shades of #AAE4FF

#AAE4FF
(170,228,255)
#9BD0E8
(155,208,232)
#8CBCD1
(140,188,209)
#7DA8BA
(125,168,186)
#6E94A3
(110,148,163)
#5F808C
(95,128,140)
#506C75
(80,108,117)
#41585E
(65,88,94)
#324447
(50,68,71)
#233030
(35,48,48)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #AAE4FF

#AAE4FF
(170,228,255)
#B1E6FF
(177,230,255)
#B8E8FF
(184,232,255)
#BFEAFF
(191,234,255)
#C6ECFF
(198,236,255)
#CDEEFF
(205,238,255)
#D4F0FF
(212,240,255)
#DBF2FF
(219,242,255)
#E2F4FF
(226,244,255)
#E9F6FF
(233,246,255)
#F0F8FF
(240,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAE4FF; }

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

This text font color is #AAE4FF.


Background Color

.myBgColor { background-color: #AAE4FF; }

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

This div background color is #AAE4FF.


Border color

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

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

This div border color is #AAE4FF.


Opacity

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

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

Text with #AAE4FF 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 #AAE4FF;}

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

This text has shadow with #AAE4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE4FF on black background.


Color preview on white background

This text has color #AAE4FF on white background.



Black color preview on #AAE4FF background

This text has black color on #AAE4FF background.


White color preview on #AAE4FF background

This text has white color on #AAE4FF background.