COLOR #AEE4FA

HEX: #AEE4FA RGB: (174,228,250)

Color info

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

RGB color model

#AEE4FA color RGB value is (174,228,250).

RGB: (174,228,250) (68%, 89%, 98%)

RGB channels and saturation

R 174 of 255 = 68%
G 228 of 255 = 89%
B 250 of 255 = 98%

174
228
250

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

Portions of RGB colors in percentages

R + G + B = 174 + 228 + 250 = 652 (100%)
R 174 of 652 ~ 26.69%
G 228 of 652 ~ 34.97%
B 250 of 652 ~ 38.34'%

%26.69
%34.97
%38.34

CMYK color model

#AEE4FA color CMYK value is (30,9,0,2).

  • cyan value is 30.40%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (30,9,0,2) C30M9Y0K2 (30%,9%,0%,2%) (0.30/0.09/0.00/0.02) 

CMYK percentages

%30.4
%8.8
%0
%1.96

Codes

Color #AEE4FA in popluar color models

AE E4 FA
RGB 174 228 250
HSL 197° 88.37% 83.14%
HSB/HSV 197° 30.40% 98.04%
CMYK 30.40% 8.80% 0.00%
1.96%

Color #AEE4FA in popluar number systems.

HEX AE E4 FA
Decimal 174 228 250
Binary 10101110 11100100 11111010
Octal 256 344 372

Shades and tints

Shades of #AEE4FA

#AEE4FA
(174,228,250)
#9FD0E4
(159,208,228)
#90BCCE
(144,188,206)
#81A8B8
(129,168,184)
#7294A2
(114,148,162)
#63808C
(99,128,140)
#546C76
(84,108,118)
#455860
(69,88,96)
#36444A
(54,68,74)
#273034
(39,48,52)
#181C1E
(24,28,30)
#000000
(0,0,0)

Tints of #AEE4FA

#AEE4FA
(174,228,250)
#B5E6FA
(181,230,250)
#BCE8FA
(188,232,250)
#C3EAFA
(195,234,250)
#CAECFA
(202,236,250)
#D1EEFA
(209,238,250)
#D8F0FA
(216,240,250)
#DFF2FA
(223,242,250)
#E6F4FA
(230,244,250)
#EDF6FA
(237,246,250)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE4FA color. Also use rgb(174,228,250) instead hex code.

Text Font Color

.myTextColor { color: #AEE4FA; }

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

This text font color is #AEE4FA.

Background Color

.myBgColor { background-color: #AEE4FA; }

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

This div background color is #AEE4FA.

Border color

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

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

This div border color is #AEE4FA.

Opacity

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

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

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

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

This text has shadow with #AEE4FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE4FA.

Preview

Color preview on black background

This text has color #AEE4FA on black background.


Color preview on white background

This text has color #AEE4FA on white background.


Black color preview on #AEE4FA background

This text has black color on #AEE4FA background.


White color preview on #AEE4FA background

This text has white color on #AEE4FA background.


Related colors

Complementary color

Complementary color for #hex is #511B05.


I love getcolorcode.com

Triadic colors

1 #FAAEE4 and #E4FAAE with #AEE4FA are triadic colors.

2 #FAE4AE and #E4AEFA with #AEE4FA are triadic colors.