COLOR #65D5ED

HEX: #65D5ED
RGB: (101,213,237)

Color info

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

RGB color model

#65D5ED color RGB value is (101,213,237).

  • red value is 101;
  • green value is 213;
  • blue value is 237.
RGB:
(101,213,237)
(40%,84%,93%)

RGB channels and saturation

R 101 of 255 = 40%
G 213 of 255 = 84%
B 237 of 255 = 93%

101
213
237

R + G + B ~ 72%. #65D5ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
101 + 213 + 237 = 551 (100%)
R 101 of 551 ~ 18.33%
G 213 of 551 ~ 38.66%
B 237 of 551 ~ 43.01%

%18.33
%38.66
%43.01

CMYK color model

#65D5ED color CMYK value is (57,10,0,7).

  • cyan value is 57.38%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(57,10,0,7)
C57M10Y0K7 
(57%,10%,0%,7%)
(0.57/0.10/0.00/0.07)	

CMYK percentages

%57.38
%10.13
%0
%7.06

Codes

Color #65D5ED in popluar color models

65D5ED
RGB101213237
HSL191°79.07%66.27%
HSB/HSV191°57.38%92.94%
CMYK57.38%10.13%0.00%
7.06%

Color #65D5ED in popluar number systems.

HEX65D5ED
Decimal101213237
Binary11001011101010111101101
Octal145325355

Shades and tints

Shades of #65D5ED

#65D5ED
(101,213,237)
#5CC2D8
(92,194,216)
#53AFC3
(83,175,195)
#4A9CAE
(74,156,174)
#418999
(65,137,153)
#387684
(56,118,132)
#2F636F
(47,99,111)
#26505A
(38,80,90)
#1D3D45
(29,61,69)
#142A30
(20,42,48)
#0B171B
(11,23,27)
#000000
(0,0,0)

Tints of #65D5ED

#65D5ED
(101,213,237)
#73D8EE
(115,216,238)
#81DBEF
(129,219,239)
#8FDEF0
(143,222,240)
#9DE1F1
(157,225,241)
#ABE4F2
(171,228,242)
#B9E7F3
(185,231,243)
#C7EAF4
(199,234,244)
#D5EDF5
(213,237,245)
#E3F0F6
(227,240,246)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65D5ED color. Also use rgb(101,213,237) instead hex code.

Text Font Color

.myTextColor { color: #65D5ED; }

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

This text font color is #65D5ED.


Background Color

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

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

This div background color is #65D5ED.


Border color

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

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

This div border color is #65D5ED.


Opacity

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

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

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

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

This text has shadow with #65D5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65D5ED on black background.


Color preview on white background

This text has color #65D5ED on white background.



Black color preview on #65D5ED background

This text has black color on #65D5ED background.


White color preview on #65D5ED background

This text has white color on #65D5ED background.