COLOR #62D8F3

HEX: #62D8F3
RGB: (98,216,243)

Color info

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

RGB color model

#62D8F3 color RGB value is (98,216,243).

  • red value is 98;
  • green value is 216;
  • blue value is 243.
RGB:
(98,216,243)
(38%,85%,95%)

RGB channels and saturation

R 98 of 255 = 38%
G 216 of 255 = 85%
B 243 of 255 = 95%

98
216
243

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

Portions of RGB colors in percentages

R + G + B =
98 + 216 + 243 = 557 (100%)
R 98 of 557 ~ 17.59%
G 216 of 557 ~ 38.78%
B 243 of 557 ~ 43.63%

%17.59
%38.78
%43.63

CMYK color model

#62D8F3 color CMYK value is (60,11,0,5).

  • cyan value is 59.67%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(60,11,0,5)
C60M11Y0K5 
(60%,11%,0%,5%)
(0.60/0.11/0.00/0.05)	

CMYK percentages

%59.67
%11.11
%0
%4.71

Codes

Color #62D8F3 in popluar color models

62D8F3
RGB98216243
HSL191°85.80%66.86%
HSB/HSV191°59.67%95.29%
CMYK59.67%11.11%0.00%
4.71%

Color #62D8F3 in popluar number systems.

HEX62D8F3
Decimal98216243
Binary11000101101100011110011
Octal142330363

Shades and tints

Shades of #62D8F3

#62D8F3
(98,216,243)
#5AC5DD
(90,197,221)
#52B2C7
(82,178,199)
#4A9FB1
(74,159,177)
#428C9B
(66,140,155)
#3A7985
(58,121,133)
#32666F
(50,102,111)
#2A5359
(42,83,89)
#224043
(34,64,67)
#1A2D2D
(26,45,45)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #62D8F3

#62D8F3
(98,216,243)
#70DBF4
(112,219,244)
#7EDEF5
(126,222,245)
#8CE1F6
(140,225,246)
#9AE4F7
(154,228,247)
#A8E7F8
(168,231,248)
#B6EAF9
(182,234,249)
#C4EDFA
(196,237,250)
#D2F0FB
(210,240,251)
#E0F3FC
(224,243,252)
#EEF6FD
(238,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62D8F3 color. Also use rgb(98,216,243) instead hex code.

Text Font Color

.myTextColor { color: #62D8F3; }

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

This text font color is #62D8F3.


Background Color

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

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

This div background color is #62D8F3.


Border color

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

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

This div border color is #62D8F3.


Opacity

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

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

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

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

This text has shadow with #62D8F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62D8F3 on black background.


Color preview on white background

This text has color #62D8F3 on white background.



Black color preview on #62D8F3 background

This text has black color on #62D8F3 background.


White color preview on #62D8F3 background

This text has white color on #62D8F3 background.