COLOR #AAE1FB

HEX: #AAE1FB
RGB: (170,225,251)

Color info

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

RGB color model

#AAE1FB color RGB value is (170,225,251).

  • red value is 170;
  • green value is 225;
  • blue value is 251.
RGB:
(170,225,251)
(67%,88%,98%)

RGB channels and saturation

R 170 of 255 = 67%
G 225 of 255 = 88%
B 251 of 255 = 98%

170
225
251

R + G + B ~ 84%. #AAE1FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 225 + 251 = 646 (100%)
R 170 of 646 ~ 26.32%
G 225 of 646 ~ 34.83%
B 251 of 646 ~ 38.85%

%26.32
%34.83
%38.85

CMYK color model

#AAE1FB color CMYK value is (32,10,0,2).

  • cyan value is 32.27%
  • magenta value is 10.36%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(32,10,0,2)
C32M10Y0K2 
(32%,10%,0%,2%)
(0.32/0.10/0.00/0.02)	

CMYK percentages

%32.27
%10.36
%0
%1.57

Codes

Color #AAE1FB in popluar color models

AAE1FB
RGB170225251
HSL199°91.01%82.55%
HSB/HSV199°32.27%98.43%
CMYK32.27%10.36%0.00%
1.57%

Color #AAE1FB in popluar number systems.

HEXAAE1FB
Decimal170225251
Binary101010101110000111111011
Octal252341373

Shades and tints

Shades of #AAE1FB

#AAE1FB
(170,225,251)
#9BCDE5
(155,205,229)
#8CB9CF
(140,185,207)
#7DA5B9
(125,165,185)
#6E91A3
(110,145,163)
#5F7D8D
(95,125,141)
#506977
(80,105,119)
#415561
(65,85,97)
#32414B
(50,65,75)
#232D35
(35,45,53)
#14191F
(20,25,31)
#000000
(0,0,0)

Tints of #AAE1FB

#AAE1FB
(170,225,251)
#B1E3FB
(177,227,251)
#B8E5FB
(184,229,251)
#BFE7FB
(191,231,251)
#C6E9FB
(198,233,251)
#CDEBFB
(205,235,251)
#D4EDFB
(212,237,251)
#DBEFFB
(219,239,251)
#E2F1FB
(226,241,251)
#E9F3FB
(233,243,251)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE1FB color. Also use rgb(170,225,251) instead hex code.

Text Font Color

.myTextColor { color: #AAE1FB; }

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

This text font color is #AAE1FB.


Background Color

.myBgColor { background-color: #AAE1FB; }

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

This div background color is #AAE1FB.


Border color

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

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

This div border color is #AAE1FB.


Opacity

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

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

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

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

This text has shadow with #AAE1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE1FB on black background.


Color preview on white background

This text has color #AAE1FB on white background.



Black color preview on #AAE1FB background

This text has black color on #AAE1FB background.


White color preview on #AAE1FB background

This text has white color on #AAE1FB background.