COLOR #62BCCD

HEX: #62BCCD
RGB: (98,188,205)

Color info

#62BCCD contains mainly green and blue colors. Web safe color of #62BCCD is #66CCCC (or #6CC).

RGB color model

#62BCCD color RGB value is (98,188,205).

  • red value is 98;
  • green value is 188;
  • blue value is 205.
RGB:
(98,188,205)
(38%,74%,80%)

RGB channels and saturation

R 98 of 255 = 38%
G 188 of 255 = 74%
B 205 of 255 = 80%

98
188
205

R + G + B ~ 64%. #62BCCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 188 + 205 = 491 (100%)
R 98 of 491 ~ 19.96%
G 188 of 491 ~ 38.29%
B 205 of 491 ~ 41.75%

%19.96
%38.29
%41.75

CMYK color model

#62BCCD color CMYK value is (52,8,0,20).

  • cyan value is 52.20%
  • magenta value is 8.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(52,8,0,20)
C52M8Y0K20 
(52%,8%,0%,20%)
(0.52/0.08/0.00/0.20)	

CMYK percentages

%52.2
%8.29
%0
%19.61

Codes

Color #62BCCD in popluar color models

62BCCD
RGB98188205
HSL190°51.69%59.41%
HSB/HSV190°52.20%80.39%
CMYK52.20%8.29%0.00%
19.61%

Color #62BCCD in popluar number systems.

HEX62BCCD
Decimal98188205
Binary11000101011110011001101
Octal142274315

Shades and tints

Shades of #62BCCD

#62BCCD
(98,188,205)
#5AABBB
(90,171,187)
#529AA9
(82,154,169)
#4A8997
(74,137,151)
#427885
(66,120,133)
#3A6773
(58,103,115)
#325661
(50,86,97)
#2A454F
(42,69,79)
#22343D
(34,52,61)
#1A232B
(26,35,43)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #62BCCD

#62BCCD
(98,188,205)
#70C2D1
(112,194,209)
#7EC8D5
(126,200,213)
#8CCED9
(140,206,217)
#9AD4DD
(154,212,221)
#A8DAE1
(168,218,225)
#B6E0E5
(182,224,229)
#C4E6E9
(196,230,233)
#D2ECED
(210,236,237)
#E0F2F1
(224,242,241)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62BCCD color. Also use rgb(98,188,205) instead hex code.

Text Font Color

.myTextColor { color: #62BCCD; }

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

This text font color is #62BCCD.


Background Color

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

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

This div background color is #62BCCD.


Border color

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

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

This div border color is #62BCCD.


Opacity

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

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

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

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

This text has shadow with #62BCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62BCCD on black background.


Color preview on white background

This text has color #62BCCD on white background.



Black color preview on #62BCCD background

This text has black color on #62BCCD background.


White color preview on #62BCCD background

This text has white color on #62BCCD background.