COLOR #AEFAF4

HEX: #AEFAF4
RGB: (174,250,244)

Color info

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

RGB color model

#AEFAF4 color RGB value is (174,250,244).

  • red value is 174;
  • green value is 250;
  • blue value is 244.
RGB:
(174,250,244)
(68%,98%,96%)

RGB channels and saturation

R 174 of 255 = 68%
G 250 of 255 = 98%
B 244 of 255 = 96%

174
250
244

R + G + B ~ 87%. #AEFAF4 is light color.

Portions of RGB colors in percentages

R + G + B =
174 + 250 + 244 = 668 (100%)
R 174 of 668 ~ 26.05%
G 250 of 668 ~ 37.43%
B 244 of 668 ~ 36.53%

%26.05
%37.43
%36.53

CMYK color model

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

  • cyan value is 30.40%
  • magenta value is 0.00%
  • yellow value is 2.40%
  • key color value is 1.96%
CMYK:
(30,0,2,2)
C30M0Y2K2 
(30%,0%,2%,2%)
(0.30/0.00/0.02/0.02)	

CMYK percentages

%30.4
%0
%2.4
%1.96

Codes

Color #AEFAF4 in popluar color models

AEFAF4
RGB174250244
HSL175°88.37%83.14%
HSB/HSV175°30.40%98.04%
CMYK30.40%0.00%2.40%
1.96%

Color #AEFAF4 in popluar number systems.

HEXAEFAF4
Decimal174250244
Binary101011101111101011110100
Octal256372364

Shades and tints

Shades of #AEFAF4

#AEFAF4
(174,250,244)
#9FE4DE
(159,228,222)
#90CEC8
(144,206,200)
#81B8B2
(129,184,178)
#72A29C
(114,162,156)
#638C86
(99,140,134)
#547670
(84,118,112)
#45605A
(69,96,90)
#364A44
(54,74,68)
#27342E
(39,52,46)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #AEFAF4

#AEFAF4
(174,250,244)
#B5FAF5
(181,250,245)
#BCFAF6
(188,250,246)
#C3FAF7
(195,250,247)
#CAFAF8
(202,250,248)
#D1FAF9
(209,250,249)
#D8FAFA
(216,250,250)
#DFFAFB
(223,250,251)
#E6FAFC
(230,250,252)
#EDFAFD
(237,250,253)
#F4FAFE
(244,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFAF4; }

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

This text font color is #AEFAF4.


Background Color

.myBgColor { background-color: #AEFAF4; }

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

This div background color is #AEFAF4.


Border color

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

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

This div border color is #AEFAF4.


Opacity

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

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

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

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

This text has shadow with #AEFAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFAF4 on black background.


Color preview on white background

This text has color #AEFAF4 on white background.



Black color preview on #AEFAF4 background

This text has black color on #AEFAF4 background.


White color preview on #AEFAF4 background

This text has white color on #AEFAF4 background.