COLOR #65BCE1

HEX: #65BCE1
RGB: (101,188,225)

Color info

#65BCE1 contains mainly green and blue colors. Web safe color of #65BCE1 is #66CCCC (or #6CC).

RGB color model

#65BCE1 color RGB value is (101,188,225).

  • red value is 101;
  • green value is 188;
  • blue value is 225.
RGB:
(101,188,225)
(40%,74%,88%)

RGB channels and saturation

R 101 of 255 = 40%
G 188 of 255 = 74%
B 225 of 255 = 88%

101
188
225

R + G + B ~ 67%. #65BCE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
101 + 188 + 225 = 514 (100%)
R 101 of 514 ~ 19.65%
G 188 of 514 ~ 36.58%
B 225 of 514 ~ 43.77%

%19.65
%36.58
%43.77

CMYK color model

#65BCE1 color CMYK value is (55,16,0,12).

  • cyan value is 55.11%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(55,16,0,12)
C55M16Y0K12 
(55%,16%,0%,12%)
(0.55/0.16/0.00/0.12)	

CMYK percentages

%55.11
%16.44
%0
%11.76

Codes

Color #65BCE1 in popluar color models

65BCE1
RGB101188225
HSL198°67.39%63.92%
HSB/HSV198°55.11%88.24%
CMYK55.11%16.44%0.00%
11.76%

Color #65BCE1 in popluar number systems.

HEX65BCE1
Decimal101188225
Binary11001011011110011100001
Octal145274341

Shades and tints

Shades of #65BCE1

#65BCE1
(101,188,225)
#5CABCD
(92,171,205)
#539AB9
(83,154,185)
#4A89A5
(74,137,165)
#417891
(65,120,145)
#38677D
(56,103,125)
#2F5669
(47,86,105)
#264555
(38,69,85)
#1D3441
(29,52,65)
#14232D
(20,35,45)
#0B1219
(11,18,25)
#000000
(0,0,0)

Tints of #65BCE1

#65BCE1
(101,188,225)
#73C2E3
(115,194,227)
#81C8E5
(129,200,229)
#8FCEE7
(143,206,231)
#9DD4E9
(157,212,233)
#ABDAEB
(171,218,235)
#B9E0ED
(185,224,237)
#C7E6EF
(199,230,239)
#D5ECF1
(213,236,241)
#E3F2F3
(227,242,243)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65BCE1 color. Also use rgb(101,188,225) instead hex code.

Text Font Color

.myTextColor { color: #65BCE1; }

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

This text font color is #65BCE1.


Background Color

.myBgColor { background-color: #65BCE1; }

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

This div background color is #65BCE1.


Border color

.myBorderColor { border: 1px solid #65BCE1; }

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

This div border color is #65BCE1.


Opacity

.myOpacity80 { color: #65BCE1; opacity: 0.8; }

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

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

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

This text has shadow with #65BCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65BCE1 on black background.


Color preview on white background

This text has color #65BCE1 on white background.



Black color preview on #65BCE1 background

This text has black color on #65BCE1 background.


White color preview on #65BCE1 background

This text has white color on #65BCE1 background.