COLOR #20AEF2

HEX: #20AEF2
RGB: (32,174,242)

Color info

#20AEF2 contains mainly blue color. Web safe color of #20AEF2 is #3399FF (or #39F).

RGB color model

#20AEF2 color RGB value is (32,174,242).

  • red value is 32;
  • green value is 174;
  • blue value is 242.
RGB:
(32,174,242)
(13%,68%,95%)

RGB channels and saturation

R 32 of 255 = 13%
G 174 of 255 = 68%
B 242 of 255 = 95%

32
174
242

R + G + B ~ 59%. #20AEF2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
32 + 174 + 242 = 448 (100%)
R 32 of 448 ~ 7.14%
G 174 of 448 ~ 38.84%
B 242 of 448 ~ 54.02%

%38.84
%54.02

CMYK color model

#20AEF2 color CMYK value is (87,28,0,5).

  • cyan value is 86.78%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(87,28,0,5)
C87M28Y0K5 
(87%,28%,0%,5%)
(0.87/0.28/0.00/0.05)	

CMYK percentages

%86.78
%28.1
%0
%5.1

Codes

Color #20AEF2 in popluar color models

20AEF2
RGB32174242
HSL199°88.98%53.73%
HSB/HSV199°86.78%94.90%
CMYK86.78%28.10%0.00%
5.10%

Color #20AEF2 in popluar number systems.

HEX20AEF2
Decimal32174242
Binary1000001010111011110010
Octal40256362

Shades and tints

Shades of #20AEF2

#20AEF2
(32,174,242)
#1E9FDC
(30,159,220)
#1C90C6
(28,144,198)
#1A81B0
(26,129,176)
#18729A
(24,114,154)
#166384
(22,99,132)
#14546E
(20,84,110)
#124558
(18,69,88)
#103642
(16,54,66)
#0E272C
(14,39,44)
#0C1816
(12,24,22)
#000000
(0,0,0)

Tints of #20AEF2

#20AEF2
(32,174,242)
#34B5F3
(52,181,243)
#48BCF4
(72,188,244)
#5CC3F5
(92,195,245)
#70CAF6
(112,202,246)
#84D1F7
(132,209,247)
#98D8F8
(152,216,248)
#ACDFF9
(172,223,249)
#C0E6FA
(192,230,250)
#D4EDFB
(212,237,251)
#E8F4FC
(232,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20AEF2 color. Also use rgb(32,174,242) instead hex code.

Text Font Color

.myTextColor { color: #20AEF2; }

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

This text font color is #20AEF2.


Background Color

.myBgColor { background-color: #20AEF2; }

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

This div background color is #20AEF2.


Border color

.myBorderColor { border: 1px solid #20AEF2; }

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

This div border color is #20AEF2.


Opacity

.myOpacity80 { color: #20AEF2; opacity: 0.8; }

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

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

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

This text has shadow with #20AEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20AEF2 on black background.


Color preview on white background

This text has color #20AEF2 on white background.



Black color preview on #20AEF2 background

This text has black color on #20AEF2 background.


White color preview on #20AEF2 background

This text has white color on #20AEF2 background.