COLOR #AEE6F5

HEX: #AEE6F5 RGB: (174,230,245)

Color info

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

RGB color model

#AEE6F5 color RGB value is (174,230,245).

RGB: (174,230,245) (68%, 90%, 96%)

RGB channels and saturation

R 174 of 255 = 68%
G 230 of 255 = 90%
B 245 of 255 = 96%

174
230
245

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

Portions of RGB colors in percentages

R + G + B = 174 + 230 + 245 = 649 (100%)
R 174 of 649 ~ 26.81%
G 230 of 649 ~ 35.44%
B 245 of 649 ~ 37.75'%

%26.81
%35.44
%37.75

CMYK color model

#AEE6F5 color CMYK value is (29,6,0,4).

  • cyan value is 28.98%
  • magenta value is 6.12%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (29,6,0,4)
C29M6Y0K4 (29%, 6%, 0%, 4%)
(0.29 / 0.06 / 0.00 / 0.04)

CMYK percentages

%28.98
%6.12
%0
%3.92

Codes

Color #AEE6F5 in popluar color models

AE E6 F5
RGB 174 230 245
HSL 193° 78.02% 82.16%
HSB/HSV 193° 28.98% 96.08%
CMYK 28.98% 6.12% 0.00%
3.92%

Color #AEE6F5 in popluar number systems.

HEX AE E6 F5
Decimal 174 230 245
Binary 10101110 11100110 11110101
Octal 256 346 365

Shades and tints

Shades of #AEE6F5

#AEE6F5
(174,230,245)
#9FD2DF
(159,210,223)
#90BEC9
(144,190,201)
#81AAB3
(129,170,179)
#72969D
(114,150,157)
#638287
(99,130,135)
#546E71
(84,110,113)
#455A5B
(69,90,91)
#364645
(54,70,69)
#27322F
(39,50,47)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #AEE6F5

#AEE6F5
(174,230,245)
#B5E8F5
(181,232,245)
#BCEAF5
(188,234,245)
#C3ECF5
(195,236,245)
#CAEEF5
(202,238,245)
#D1F0F5
(209,240,245)
#D8F2F5
(216,242,245)
#DFF4F5
(223,244,245)
#E6F6F5
(230,246,245)
#EDF8F5
(237,248,245)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE6F5; }

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

This text font color is #AEE6F5.

Background Color

.myBgColor { background-color: #AEE6F5; }

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

This div background color is #AEE6F5.

Border color

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

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

This div border color is #AEE6F5.

Opacity

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

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

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

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

This text has shadow with #AEE6F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE6F5.

Preview

Color preview on black background

This text has color #AEE6F5 on black background.


Color preview on white background

This text has color #AEE6F5 on white background.


Black color preview on #AEE6F5 background

This text has black color on #AEE6F5 background.


White color preview on #AEE6F5 background

This text has white color on #AEE6F5 background.


Related colors

Complementary color

Complementary color for #hex is #51190A.


I love getcolorcode.com

Triadic colors

1 #F5AEE6 and #E6F5AE with #AEE6F5 are triadic colors.

2 #F5E6AE and #E6AEF5 with #AEE6F5 are triadic colors.