COLOR #3EB5D8

HEX: #3EB5D8
RGB: (62,181,216)

Color info

#3EB5D8 contains mainly green and blue colors. Web safe color of #3EB5D8 is #33CCCC (or #3CC).

RGB color model

#3EB5D8 color RGB value is (62,181,216).

  • red value is 62;
  • green value is 181;
  • blue value is 216.
RGB:
(62,181,216)
(24%,71%,85%)

RGB channels and saturation

R 62 of 255 = 24%
G 181 of 255 = 71%
B 216 of 255 = 85%

62
181
216

R + G + B ~ 60%. #3EB5D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
62 + 181 + 216 = 459 (100%)
R 62 of 459 ~ 13.51%
G 181 of 459 ~ 39.43%
B 216 of 459 ~ 47.06%

%13.51
%39.43
%47.06

CMYK color model

#3EB5D8 color CMYK value is (71,16,0,15).

  • cyan value is 71.30%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(71,16,0,15)
C71M16Y0K15 
(71%,16%,0%,15%)
(0.71/0.16/0.00/0.15)	

CMYK percentages

%71.3
%16.2
%0
%15.29

Codes

Color #3EB5D8 in popluar color models

3EB5D8
RGB62181216
HSL194°66.38%54.51%
HSB/HSV194°71.30%84.71%
CMYK71.30%16.20%0.00%
15.29%

Color #3EB5D8 in popluar number systems.

HEX3EB5D8
Decimal62181216
Binary1111101011010111011000
Octal76265330

Shades and tints

Shades of #3EB5D8

#3EB5D8
(62,181,216)
#39A5C5
(57,165,197)
#3495B2
(52,149,178)
#2F859F
(47,133,159)
#2A758C
(42,117,140)
#256579
(37,101,121)
#205566
(32,85,102)
#1B4553
(27,69,83)
#163540
(22,53,64)
#11252D
(17,37,45)
#0C151A
(12,21,26)
#000000
(0,0,0)

Tints of #3EB5D8

#3EB5D8
(62,181,216)
#4FBBDB
(79,187,219)
#60C1DE
(96,193,222)
#71C7E1
(113,199,225)
#82CDE4
(130,205,228)
#93D3E7
(147,211,231)
#A4D9EA
(164,217,234)
#B5DFED
(181,223,237)
#C6E5F0
(198,229,240)
#D7EBF3
(215,235,243)
#E8F1F6
(232,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EB5D8 color. Also use rgb(62,181,216) instead hex code.

Text Font Color

.myTextColor { color: #3EB5D8; }

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

This text font color is #3EB5D8.


Background Color

.myBgColor { background-color: #3EB5D8; }

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

This div background color is #3EB5D8.


Border color

.myBorderColor { border: 1px solid #3EB5D8; }

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

This div border color is #3EB5D8.


Opacity

.myOpacity80 { color: #3EB5D8; opacity: 0.8; }

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

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

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

This text has shadow with #3EB5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EB5D8 on black background.


Color preview on white background

This text has color #3EB5D8 on white background.



Black color preview on #3EB5D8 background

This text has black color on #3EB5D8 background.


White color preview on #3EB5D8 background

This text has white color on #3EB5D8 background.