COLOR #65BEF0

HEX: #65BEF0
RGB: (101,190,240)

Color info

#65BEF0 contains mainly green and blue colors. Web safe color of #65BEF0 is #66CCFF (or #6CF).

RGB color model

#65BEF0 color RGB value is (101,190,240).

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

RGB channels and saturation

R 101 of 255 = 40%
G 190 of 255 = 75%
B 240 of 255 = 94%

101
190
240

R + G + B ~ 70%. #65BEF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
101 + 190 + 240 = 531 (100%)
R 101 of 531 ~ 19.02%
G 190 of 531 ~ 35.78%
B 240 of 531 ~ 45.2%

%19.02
%35.78
%45.2

CMYK color model

#65BEF0 color CMYK value is (58,21,0,6).

  • cyan value is 57.92%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(58,21,0,6)
C58M21Y0K6 
(58%,21%,0%,6%)
(0.58/0.21/0.00/0.06)	

CMYK percentages

%57.92
%20.83
%0
%5.88

Codes

Color #65BEF0 in popluar color models

65BEF0
RGB101190240
HSL202°82.25%66.86%
HSB/HSV202°57.92%94.12%
CMYK57.92%20.83%0.00%
5.88%

Color #65BEF0 in popluar number systems.

HEX65BEF0
Decimal101190240
Binary11001011011111011110000
Octal145276360

Shades and tints

Shades of #65BEF0

#65BEF0
(101,190,240)
#5CADDB
(92,173,219)
#539CC6
(83,156,198)
#4A8BB1
(74,139,177)
#417A9C
(65,122,156)
#386987
(56,105,135)
#2F5872
(47,88,114)
#26475D
(38,71,93)
#1D3648
(29,54,72)
#142533
(20,37,51)
#0B141E
(11,20,30)
#000000
(0,0,0)

Tints of #65BEF0

#65BEF0
(101,190,240)
#73C3F1
(115,195,241)
#81C8F2
(129,200,242)
#8FCDF3
(143,205,243)
#9DD2F4
(157,210,244)
#ABD7F5
(171,215,245)
#B9DCF6
(185,220,246)
#C7E1F7
(199,225,247)
#D5E6F8
(213,230,248)
#E3EBF9
(227,235,249)
#F1F0FA
(241,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #65BEF0; }

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

This text font color is #65BEF0.


Background Color

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

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

This div background color is #65BEF0.


Border color

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

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

This div border color is #65BEF0.


Opacity

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

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

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

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

This text has shadow with #65BEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65BEF0 on black background.


Color preview on white background

This text has color #65BEF0 on white background.



Black color preview on #65BEF0 background

This text has black color on #65BEF0 background.


White color preview on #65BEF0 background

This text has white color on #65BEF0 background.