COLOR #65BEDD

HEX: #65BEDD
RGB: (101,190,221)

Color info

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

RGB color model

#65BEDD color RGB value is (101,190,221).

  • red value is 101;
  • green value is 190;
  • blue value is 221.
RGB:
(101,190,221)
(40%,75%,87%)

RGB channels and saturation

R 101 of 255 = 40%
G 190 of 255 = 75%
B 221 of 255 = 87%

101
190
221

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

Portions of RGB colors in percentages

R + G + B =
101 + 190 + 221 = 512 (100%)
R 101 of 512 ~ 19.73%
G 190 of 512 ~ 37.11%
B 221 of 512 ~ 43.16%

%19.73
%37.11
%43.16

CMYK color model

#65BEDD color CMYK value is (54,14,0,13).

  • cyan value is 54.30%
  • magenta value is 14.03%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(54,14,0,13)
C54M14Y0K13 
(54%,14%,0%,13%)
(0.54/0.14/0.00/0.13)	

CMYK percentages

%54.3
%14.03
%0
%13.33

Codes

Color #65BEDD in popluar color models

65BEDD
RGB101190221
HSL196°63.83%63.14%
HSB/HSV196°54.30%86.67%
CMYK54.30%14.03%0.00%
13.33%

Color #65BEDD in popluar number systems.

HEX65BEDD
Decimal101190221
Binary11001011011111011011101
Octal145276335

Shades and tints

Shades of #65BEDD

#65BEDD
(101,190,221)
#5CADC9
(92,173,201)
#539CB5
(83,156,181)
#4A8BA1
(74,139,161)
#417A8D
(65,122,141)
#386979
(56,105,121)
#2F5865
(47,88,101)
#264751
(38,71,81)
#1D363D
(29,54,61)
#142529
(20,37,41)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #65BEDD

#65BEDD
(101,190,221)
#73C3E0
(115,195,224)
#81C8E3
(129,200,227)
#8FCDE6
(143,205,230)
#9DD2E9
(157,210,233)
#ABD7EC
(171,215,236)
#B9DCEF
(185,220,239)
#C7E1F2
(199,225,242)
#D5E6F5
(213,230,245)
#E3EBF8
(227,235,248)
#F1F0FB
(241,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65BEDD color. Also use rgb(101,190,221) instead hex code.

Text Font Color

.myTextColor { color: #65BEDD; }

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

This text font color is #65BEDD.


Background Color

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

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

This div background color is #65BEDD.


Border color

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

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

This div border color is #65BEDD.


Opacity

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

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

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

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

This text has shadow with #65BEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65BEDD on black background.


Color preview on white background

This text has color #65BEDD on white background.



Black color preview on #65BEDD background

This text has black color on #65BEDD background.


White color preview on #65BEDD background

This text has white color on #65BEDD background.