COLOR #AEEEF5

HEX: #AEEEF5 RGB: (174,238,245)

Color info

#AEEEF5 contains mainly green and blue colors. Web safe color of #AEEEF5 is #99FFFF (or #9FF).

RGB color model

#AEEEF5 color RGB value is (174,238,245).

RGB: (174,238,245) (68%, 93%, 96%)

RGB channels and saturation

R 174 of 255 = 68%
G 238 of 255 = 93%
B 245 of 255 = 96%

174
238
245

R + G + B ~ 86%. #AEEEF5 is light color.

Portions of RGB colors in percentages

R + G + B = 174 + 238 + 245 = 657 (100%)
R 174 of 657 ~ 26.48%
G 238 of 657 ~ 36.23%
B 245 of 657 ~ 37.29'%

%26.48
%36.23
%37.29

CMYK color model

#AEEEF5 color CMYK value is (29,3,0,4).

  • cyan value is 28.98%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (29,3,0,4) C29M3Y0K4 (29%,3%,0%,4%) (0.29/0.03/0.00/0.04) 

CMYK percentages

%28.98
%2.86
%0
%3.92

Codes

Color #AEEEF5 in popluar color models

AE EE F5
RGB 174 238 245
HSL 186° 78.02% 82.16%
HSB/HSV 186° 28.98% 96.08%
CMYK 28.98% 2.86% 0.00%
3.92%

Color #AEEEF5 in popluar number systems.

HEX AE EE F5
Decimal 174 238 245
Binary 10101110 11101110 11110101
Octal 256 356 365

Shades and tints

Shades of #AEEEF5

#AEEEF5
(174,238,245)
#9FD9DF
(159,217,223)
#90C4C9
(144,196,201)
#81AFB3
(129,175,179)
#729A9D
(114,154,157)
#638587
(99,133,135)
#547071
(84,112,113)
#455B5B
(69,91,91)
#364645
(54,70,69)
#27312F
(39,49,47)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #AEEEF5

#AEEEF5
(174,238,245)
#B5EFF5
(181,239,245)
#BCF0F5
(188,240,245)
#C3F1F5
(195,241,245)
#CAF2F5
(202,242,245)
#D1F3F5
(209,243,245)
#D8F4F5
(216,244,245)
#DFF5F5
(223,245,245)
#E6F6F5
(230,246,245)
#EDF7F5
(237,247,245)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEEF5 color. Also use rgb(174,238,245) instead hex code.

Text Font Color

.myTextColor { color: #AEEEF5; }

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

This text font color is #AEEEF5.

Background Color

.myBgColor { background-color: #AEEEF5; }

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

This div background color is #AEEEF5.

Border color

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

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

This div border color is #AEEEF5.

Opacity

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

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

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

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

This text has shadow with #AEEEF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEEEF5.

Preview

Color preview on black background

This text has color #AEEEF5 on black background.


Color preview on white background

This text has color #AEEEF5 on white background.


Black color preview on #AEEEF5 background

This text has black color on #AEEEF5 background.


White color preview on #AEEEF5 background

This text has white color on #AEEEF5 background.


Related colors

Complementary color

Complementary color for #hex is #51110A.


I love getcolorcode.com

Triadic colors

1 #F5AEEE and #EEF5AE with #AEEEF5 are triadic colors.

2 #F5EEAE and #EEAEF5 with #AEEEF5 are triadic colors.