COLOR #65C6E5

HEX: #65C6E5
RGB: (101,198,229)

Color info

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

RGB color model

#65C6E5 color RGB value is (101,198,229).

  • red value is 101;
  • green value is 198;
  • blue value is 229.
RGB:
(101,198,229)
(40%,78%,90%)

RGB channels and saturation

R 101 of 255 = 40%
G 198 of 255 = 78%
B 229 of 255 = 90%

101
198
229

R + G + B ~ 69%. #65C6E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
101 + 198 + 229 = 528 (100%)
R 101 of 528 ~ 19.13%
G 198 of 528 ~ 37.5%
B 229 of 528 ~ 43.37%

%19.13
%37.5
%43.37

CMYK color model

#65C6E5 color CMYK value is (56,14,0,10).

  • cyan value is 55.90%
  • magenta value is 13.54%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(56,14,0,10)
C56M14Y0K10 
(56%,14%,0%,10%)
(0.56/0.14/0.00/0.10)	

CMYK percentages

%55.9
%13.54
%0
%10.2

Codes

Color #65C6E5 in popluar color models

65C6E5
RGB101198229
HSL195°71.11%64.71%
HSB/HSV195°55.90%89.80%
CMYK55.90%13.54%0.00%
10.20%

Color #65C6E5 in popluar number systems.

HEX65C6E5
Decimal101198229
Binary11001011100011011100101
Octal145306345

Shades and tints

Shades of #65C6E5

#65C6E5
(101,198,229)
#5CB4D1
(92,180,209)
#53A2BD
(83,162,189)
#4A90A9
(74,144,169)
#417E95
(65,126,149)
#386C81
(56,108,129)
#2F5A6D
(47,90,109)
#264859
(38,72,89)
#1D3645
(29,54,69)
#142431
(20,36,49)
#0B121D
(11,18,29)
#000000
(0,0,0)

Tints of #65C6E5

#65C6E5
(101,198,229)
#73CBE7
(115,203,231)
#81D0E9
(129,208,233)
#8FD5EB
(143,213,235)
#9DDAED
(157,218,237)
#ABDFEF
(171,223,239)
#B9E4F1
(185,228,241)
#C7E9F3
(199,233,243)
#D5EEF5
(213,238,245)
#E3F3F7
(227,243,247)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65C6E5 color. Also use rgb(101,198,229) instead hex code.

Text Font Color

.myTextColor { color: #65C6E5; }

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

This text font color is #65C6E5.


Background Color

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

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

This div background color is #65C6E5.


Border color

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

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

This div border color is #65C6E5.


Opacity

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

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

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

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

This text has shadow with #65C6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65C6E5 on black background.


Color preview on white background

This text has color #65C6E5 on white background.



Black color preview on #65C6E5 background

This text has black color on #65C6E5 background.


White color preview on #65C6E5 background

This text has white color on #65C6E5 background.