COLOR #3FBCEB

HEX: #3FBCEB RGB: (63,188,235)

Color info

#3FBCEB contains mainly green and blue colors. Web safe color of #3FBCEB is #33CCFF (or #3CF).

RGB color model

#3FBCEB color RGB value is (63,188,235).

RGB: (63,188,235) (25%, 74%, 92%)

RGB channels and saturation

R 63 of 255 = 25%
G 188 of 255 = 74%
B 235 of 255 = 92%

63
188
235

R + G + B ~ 64%. #3FBCEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 63 + 188 + 235 = 486 (100%)
R 63 of 486 ~ 12.96%
G 188 of 486 ~ 38.68%
B 235 of 486 ~ 48.35'%

%12.96
%38.68
%48.35

CMYK color model

#3FBCEB color CMYK value is (73,20,0,8).

  • cyan value is 73.19%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (73,20,0,8) C73M20Y0K8 (73%,20%,0%,8%) (0.73/0.20/0.00/0.08) 

CMYK percentages

%73.19
%20
%0
%7.84

Codes

Color #3FBCEB in popluar color models

3F BC EB
RGB 63 188 235
HSL 196° 81.13% 58.43%
HSB/HSV 196° 73.19% 92.16%
CMYK 73.19% 20.00% 0.00%
7.84%

Color #3FBCEB in popluar number systems.

HEX 3F BC EB
Decimal 63 188 235
Binary 111111 10111100 11101011
Octal 77 274 353

Shades and tints

Shades of #3FBCEB

#3FBCEB
(63,188,235)
#3AABD6
(58,171,214)
#359AC1
(53,154,193)
#3089AC
(48,137,172)
#2B7897
(43,120,151)
#266782
(38,103,130)
#21566D
(33,86,109)
#1C4558
(28,69,88)
#173443
(23,52,67)
#12232E
(18,35,46)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #3FBCEB

#3FBCEB
(63,188,235)
#50C2EC
(80,194,236)
#61C8ED
(97,200,237)
#72CEEE
(114,206,238)
#83D4EF
(131,212,239)
#94DAF0
(148,218,240)
#A5E0F1
(165,224,241)
#B6E6F2
(182,230,242)
#C7ECF3
(199,236,243)
#D8F2F4
(216,242,244)
#E9F8F5
(233,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FBCEB color. Also use rgb(63,188,235) instead hex code.

Text Font Color

.myTextColor { color: #3FBCEB; }

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

This text font color is #3FBCEB.

Background Color

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

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

This div background color is #3FBCEB.

Border color

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

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

This div border color is #3FBCEB.

Opacity

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

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

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

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

This text has shadow with #3FBCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3FBCEB.

Preview

Color preview on black background

This text has color #3FBCEB on black background.


Color preview on white background

This text has color #3FBCEB on white background.


Black color preview on #3FBCEB background

This text has black color on #3FBCEB background.


White color preview on #3FBCEB background

This text has white color on #3FBCEB background.


Related colors

Complementary color

Complementary color for #hex is #C04314.


I love getcolorcode.com

Triadic colors

1 #EB3FBC and #BCEB3F with #3FBCEB are triadic colors.

2 #EBBC3F and #BC3FEB with #3FBCEB are triadic colors.