COLOR #62D7FF

HEX: #62D7FF
RGB: (98,215,255)

Color info

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

RGB color model

#62D7FF color RGB value is (98,215,255).

  • red value is 98;
  • green value is 215;
  • blue value is 255.
RGB:
(98,215,255)
(38%,84%,100%)

RGB channels and saturation

R 98 of 255 = 38%
G 215 of 255 = 84%
B 255 of 255 = 100%

98
215
255

R + G + B ~ 74%. #62D7FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 215 + 255 = 568 (100%)
R 98 of 568 ~ 17.25%
G 215 of 568 ~ 37.85%
B 255 of 568 ~ 44.89%

%17.25
%37.85
%44.89

CMYK color model

#62D7FF color CMYK value is (62,16,0,0).

  • cyan value is 61.57%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(62,16,0,0)
C62M16Y0K0 
(62%,16%,0%,0%)
(0.62/0.16/0.00/0.00)	

CMYK percentages

%61.57
%15.69
%0
%0

Codes

Color #62D7FF in popluar color models

62D7FF
RGB98215255
HSL195°100.00%69.22%
HSB/HSV195°61.57%100.00%
CMYK61.57%15.69%0.00%
0.00%

Color #62D7FF in popluar number systems.

HEX62D7FF
Decimal98215255
Binary11000101101011111111111
Octal142327377

Shades and tints

Shades of #62D7FF

#62D7FF
(98,215,255)
#5AC4E8
(90,196,232)
#52B1D1
(82,177,209)
#4A9EBA
(74,158,186)
#428BA3
(66,139,163)
#3A788C
(58,120,140)
#326575
(50,101,117)
#2A525E
(42,82,94)
#223F47
(34,63,71)
#1A2C30
(26,44,48)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #62D7FF

#62D7FF
(98,215,255)
#70DAFF
(112,218,255)
#7EDDFF
(126,221,255)
#8CE0FF
(140,224,255)
#9AE3FF
(154,227,255)
#A8E6FF
(168,230,255)
#B6E9FF
(182,233,255)
#C4ECFF
(196,236,255)
#D2EFFF
(210,239,255)
#E0F2FF
(224,242,255)
#EEF5FF
(238,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62D7FF color. Also use rgb(98,215,255) instead hex code.

Text Font Color

.myTextColor { color: #62D7FF; }

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

This text font color is #62D7FF.


Background Color

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

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

This div background color is #62D7FF.


Border color

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

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

This div border color is #62D7FF.


Opacity

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

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

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

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

This text has shadow with #62D7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62D7FF on black background.


Color preview on white background

This text has color #62D7FF on white background.



Black color preview on #62D7FF background

This text has black color on #62D7FF background.


White color preview on #62D7FF background

This text has white color on #62D7FF background.