COLOR #62D9F5

HEX: #62D9F5
RGB: (98,217,245)

Color info

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

RGB color model

#62D9F5 color RGB value is (98,217,245).

  • red value is 98;
  • green value is 217;
  • blue value is 245.
RGB:
(98,217,245)
(38%,85%,96%)

RGB channels and saturation

R 98 of 255 = 38%
G 217 of 255 = 85%
B 245 of 255 = 96%

98
217
245

R + G + B ~ 73%. #62D9F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 217 + 245 = 560 (100%)
R 98 of 560 ~ 17.5%
G 217 of 560 ~ 38.75%
B 245 of 560 ~ 43.75%

%17.5
%38.75
%43.75

CMYK color model

#62D9F5 color CMYK value is (60,11,0,4).

  • cyan value is 60.00%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(60,11,0,4)
C60M11Y0K4 
(60%,11%,0%,4%)
(0.60/0.11/0.00/0.04)	

CMYK percentages

%60
%11.43
%0
%3.92

Codes

Color #62D9F5 in popluar color models

62D9F5
RGB98217245
HSL191°88.02%67.25%
HSB/HSV191°60.00%96.08%
CMYK60.00%11.43%0.00%
3.92%

Color #62D9F5 in popluar number systems.

HEX62D9F5
Decimal98217245
Binary11000101101100111110101
Octal142331365

Shades and tints

Shades of #62D9F5

#62D9F5
(98,217,245)
#5AC6DF
(90,198,223)
#52B3C9
(82,179,201)
#4AA0B3
(74,160,179)
#428D9D
(66,141,157)
#3A7A87
(58,122,135)
#326771
(50,103,113)
#2A545B
(42,84,91)
#224145
(34,65,69)
#1A2E2F
(26,46,47)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #62D9F5

#62D9F5
(98,217,245)
#70DCF5
(112,220,245)
#7EDFF5
(126,223,245)
#8CE2F5
(140,226,245)
#9AE5F5
(154,229,245)
#A8E8F5
(168,232,245)
#B6EBF5
(182,235,245)
#C4EEF5
(196,238,245)
#D2F1F5
(210,241,245)
#E0F4F5
(224,244,245)
#EEF7F5
(238,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62D9F5 color. Also use rgb(98,217,245) instead hex code.

Text Font Color

.myTextColor { color: #62D9F5; }

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

This text font color is #62D9F5.


Background Color

.myBgColor { background-color: #62D9F5; }

<div style="background-color:#62D9F5">Inner text</div>

This div background color is #62D9F5.


Border color

.myBorderColor { border: 1px solid #62D9F5; }

<div style="border:3px solid #62D9F5">Div</div>

This div border color is #62D9F5.


Opacity

.myOpacity80 { color: #62D9F5; opacity: 0.8; }

<p style="color:#62D9F5;opacity:0.8;">80%</p>

Text with #62D9F5 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 #62D9F5;}

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

This text has shadow with #62D9F5 color.

.textShadow {text-shadow: 3px 3px 1px #62D9F5, 3px 3px 1px red;}

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

This text has shadow with #62D9F5 primary color and red secondary color.


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

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

This text has shadow with #62D9F5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62D9F5 on black background.


Color preview on white background

This text has color #62D9F5 on white background.



Black color preview on #62D9F5 background

This text has black color on #62D9F5 background.


White color preview on #62D9F5 background

This text has white color on #62D9F5 background.