COLOR #62CDE3

HEX: #62CDE3
RGB: (98,205,227)

Color info

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

RGB color model

#62CDE3 color RGB value is (98,205,227).

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

RGB channels and saturation

R 98 of 255 = 38%
G 205 of 255 = 80%
B 227 of 255 = 89%

98
205
227

R + G + B ~ 69%. #62CDE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 205 + 227 = 530 (100%)
R 98 of 530 ~ 18.49%
G 205 of 530 ~ 38.68%
B 227 of 530 ~ 42.83%

%18.49
%38.68
%42.83

CMYK color model

#62CDE3 color CMYK value is (57,10,0,11).

  • cyan value is 56.83%
  • magenta value is 9.69%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(57,10,0,11)
C57M10Y0K11 
(57%,10%,0%,11%)
(0.57/0.10/0.00/0.11)	

CMYK percentages

%56.83
%9.69
%0
%10.98

Codes

Color #62CDE3 in popluar color models

62CDE3
RGB98205227
HSL190°69.73%63.73%
HSB/HSV190°56.83%89.02%
CMYK56.83%9.69%0.00%
10.98%

Color #62CDE3 in popluar number systems.

HEX62CDE3
Decimal98205227
Binary11000101100110111100011
Octal142315343

Shades and tints

Shades of #62CDE3

#62CDE3
(98,205,227)
#5ABBCF
(90,187,207)
#52A9BB
(82,169,187)
#4A97A7
(74,151,167)
#428593
(66,133,147)
#3A737F
(58,115,127)
#32616B
(50,97,107)
#2A4F57
(42,79,87)
#223D43
(34,61,67)
#1A2B2F
(26,43,47)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #62CDE3

#62CDE3
(98,205,227)
#70D1E5
(112,209,229)
#7ED5E7
(126,213,231)
#8CD9E9
(140,217,233)
#9ADDEB
(154,221,235)
#A8E1ED
(168,225,237)
#B6E5EF
(182,229,239)
#C4E9F1
(196,233,241)
#D2EDF3
(210,237,243)
#E0F1F5
(224,241,245)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62CDE3; }

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

This text font color is #62CDE3.


Background Color

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

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

This div background color is #62CDE3.


Border color

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

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

This div border color is #62CDE3.


Opacity

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

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

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

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

This text has shadow with #62CDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62CDE3 on black background.


Color preview on white background

This text has color #62CDE3 on white background.



Black color preview on #62CDE3 background

This text has black color on #62CDE3 background.


White color preview on #62CDE3 background

This text has white color on #62CDE3 background.