COLOR #AEE5F9

HEX: #AEE5F9
RGB: (174,229,249)

Color info

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

RGB color model

#AEE5F9 color RGB value is (174,229,249).

  • red value is 174;
  • green value is 229;
  • blue value is 249.
RGB:
(174,229,249)
(68%,90%,98%)

RGB channels and saturation

R 174 of 255 = 68%
G 229 of 255 = 90%
B 249 of 255 = 98%

174
229
249

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

Portions of RGB colors in percentages

R + G + B =
174 + 229 + 249 = 652 (100%)
R 174 of 652 ~ 26.69%
G 229 of 652 ~ 35.12%
B 249 of 652 ~ 38.19%

%26.69
%35.12
%38.19

CMYK color model

#AEE5F9 color CMYK value is (30,8,0,2).

  • cyan value is 30.12%
  • magenta value is 8.03%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(30,8,0,2)
C30M8Y0K2 
(30%,8%,0%,2%)
(0.30/0.08/0.00/0.02)	

CMYK percentages

%30.12
%8.03
%0
%2.35

Codes

Color #AEE5F9 in popluar color models

AEE5F9
RGB174229249
HSL196°86.21%82.94%
HSB/HSV196°30.12%97.65%
CMYK30.12%8.03%0.00%
2.35%

Color #AEE5F9 in popluar number systems.

HEXAEE5F9
Decimal174229249
Binary101011101110010111111001
Octal256345371

Shades and tints

Shades of #AEE5F9

#AEE5F9
(174,229,249)
#9FD1E3
(159,209,227)
#90BDCD
(144,189,205)
#81A9B7
(129,169,183)
#7295A1
(114,149,161)
#63818B
(99,129,139)
#546D75
(84,109,117)
#45595F
(69,89,95)
#364549
(54,69,73)
#273133
(39,49,51)
#181D1D
(24,29,29)
#000000
(0,0,0)

Tints of #AEE5F9

#AEE5F9
(174,229,249)
#B5E7F9
(181,231,249)
#BCE9F9
(188,233,249)
#C3EBF9
(195,235,249)
#CAEDF9
(202,237,249)
#D1EFF9
(209,239,249)
#D8F1F9
(216,241,249)
#DFF3F9
(223,243,249)
#E6F5F9
(230,245,249)
#EDF7F9
(237,247,249)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE5F9 color. Also use rgb(174,229,249) instead hex code.

Text Font Color

.myTextColor { color: #AEE5F9; }

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

This text font color is #AEE5F9.


Background Color

.myBgColor { background-color: #AEE5F9; }

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

This div background color is #AEE5F9.


Border color

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

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

This div border color is #AEE5F9.


Opacity

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

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

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

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

This text has shadow with #AEE5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE5F9 on black background.


Color preview on white background

This text has color #AEE5F9 on white background.



Black color preview on #AEE5F9 background

This text has black color on #AEE5F9 background.


White color preview on #AEE5F9 background

This text has white color on #AEE5F9 background.