COLOR #AEEAFB

HEX: #AEEAFB
RGB: (174,234,251)

Color info

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

RGB color model

#AEEAFB color RGB value is (174,234,251).

  • red value is 174;
  • green value is 234;
  • blue value is 251.
RGB:
(174,234,251)
(68%,92%,98%)

RGB channels and saturation

R 174 of 255 = 68%
G 234 of 255 = 92%
B 251 of 255 = 98%

174
234
251

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

Portions of RGB colors in percentages

R + G + B =
174 + 234 + 251 = 659 (100%)
R 174 of 659 ~ 26.4%
G 234 of 659 ~ 35.51%
B 251 of 659 ~ 38.09%

%26.4
%35.51
%38.09

CMYK color model

#AEEAFB color CMYK value is (31,7,0,2).

  • cyan value is 30.68%
  • magenta value is 6.77%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(31,7,0,2)
C31M7Y0K2 
(31%,7%,0%,2%)
(0.31/0.07/0.00/0.02)	

CMYK percentages

%30.68
%6.77
%0
%1.57

Codes

Color #AEEAFB in popluar color models

AEEAFB
RGB174234251
HSL193°90.59%83.33%
HSB/HSV193°30.68%98.43%
CMYK30.68%6.77%0.00%
1.57%

Color #AEEAFB in popluar number systems.

HEXAEEAFB
Decimal174234251
Binary101011101110101011111011
Octal256352373

Shades and tints

Shades of #AEEAFB

#AEEAFB
(174,234,251)
#9FD5E5
(159,213,229)
#90C0CF
(144,192,207)
#81ABB9
(129,171,185)
#7296A3
(114,150,163)
#63818D
(99,129,141)
#546C77
(84,108,119)
#455761
(69,87,97)
#36424B
(54,66,75)
#272D35
(39,45,53)
#18181F
(24,24,31)
#000000
(0,0,0)

Tints of #AEEAFB

#AEEAFB
(174,234,251)
#B5EBFB
(181,235,251)
#BCECFB
(188,236,251)
#C3EDFB
(195,237,251)
#CAEEFB
(202,238,251)
#D1EFFB
(209,239,251)
#D8F0FB
(216,240,251)
#DFF1FB
(223,241,251)
#E6F2FB
(230,242,251)
#EDF3FB
(237,243,251)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEAFB color. Also use rgb(174,234,251) instead hex code.

Text Font Color

.myTextColor { color: #AEEAFB; }

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

This text font color is #AEEAFB.


Background Color

.myBgColor { background-color: #AEEAFB; }

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

This div background color is #AEEAFB.


Border color

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

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

This div border color is #AEEAFB.


Opacity

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

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

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

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

This text has shadow with #AEEAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEAFB on black background.


Color preview on white background

This text has color #AEEAFB on white background.



Black color preview on #AEEAFB background

This text has black color on #AEEAFB background.


White color preview on #AEEAFB background

This text has white color on #AEEAFB background.