COLOR #62CFEE

HEX: #62CFEE
RGB: (98,207,238)

Color info

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

RGB color model

#62CFEE color RGB value is (98,207,238).

  • red value is 98;
  • green value is 207;
  • blue value is 238.
RGB:
(98,207,238)
(38%,81%,93%)

RGB channels and saturation

R 98 of 255 = 38%
G 207 of 255 = 81%
B 238 of 255 = 93%

98
207
238

R + G + B ~ 71%. #62CFEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 207 + 238 = 543 (100%)
R 98 of 543 ~ 18.05%
G 207 of 543 ~ 38.12%
B 238 of 543 ~ 43.83%

%18.05
%38.12
%43.83

CMYK color model

#62CFEE color CMYK value is (59,13,0,7).

  • cyan value is 58.82%
  • magenta value is 13.03%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(59,13,0,7)
C59M13Y0K7 
(59%,13%,0%,7%)
(0.59/0.13/0.00/0.07)	

CMYK percentages

%58.82
%13.03
%0
%6.67

Codes

Color #62CFEE in popluar color models

62CFEE
RGB98207238
HSL193°80.46%65.88%
HSB/HSV193°58.82%93.33%
CMYK58.82%13.03%0.00%
6.67%

Color #62CFEE in popluar number systems.

HEX62CFEE
Decimal98207238
Binary11000101100111111101110
Octal142317356

Shades and tints

Shades of #62CFEE

#62CFEE
(98,207,238)
#5ABDD9
(90,189,217)
#52ABC4
(82,171,196)
#4A99AF
(74,153,175)
#42879A
(66,135,154)
#3A7585
(58,117,133)
#326370
(50,99,112)
#2A515B
(42,81,91)
#223F46
(34,63,70)
#1A2D31
(26,45,49)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #62CFEE

#62CFEE
(98,207,238)
#70D3EF
(112,211,239)
#7ED7F0
(126,215,240)
#8CDBF1
(140,219,241)
#9ADFF2
(154,223,242)
#A8E3F3
(168,227,243)
#B6E7F4
(182,231,244)
#C4EBF5
(196,235,245)
#D2EFF6
(210,239,246)
#E0F3F7
(224,243,247)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62CFEE color. Also use rgb(98,207,238) instead hex code.

Text Font Color

.myTextColor { color: #62CFEE; }

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

This text font color is #62CFEE.


Background Color

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

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

This div background color is #62CFEE.


Border color

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

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

This div border color is #62CFEE.


Opacity

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

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

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

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

This text has shadow with #62CFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62CFEE on black background.


Color preview on white background

This text has color #62CFEE on white background.



Black color preview on #62CFEE background

This text has black color on #62CFEE background.


White color preview on #62CFEE background

This text has white color on #62CFEE background.