COLOR #62CCF4

HEX: #62CCF4
RGB: (98,204,244)

Color info

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

RGB color model

#62CCF4 color RGB value is (98,204,244).

  • red value is 98;
  • green value is 204;
  • blue value is 244.
RGB:
(98,204,244)
(38%,80%,96%)

RGB channels and saturation

R 98 of 255 = 38%
G 204 of 255 = 80%
B 244 of 255 = 96%

98
204
244

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

Portions of RGB colors in percentages

R + G + B =
98 + 204 + 244 = 546 (100%)
R 98 of 546 ~ 17.95%
G 204 of 546 ~ 37.36%
B 244 of 546 ~ 44.69%

%17.95
%37.36
%44.69

CMYK color model

#62CCF4 color CMYK value is (60,16,0,4).

  • cyan value is 59.84%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(60,16,0,4)
C60M16Y0K4 
(60%,16%,0%,4%)
(0.60/0.16/0.00/0.04)	

CMYK percentages

%59.84
%16.39
%0
%4.31

Codes

Color #62CCF4 in popluar color models

62CCF4
RGB98204244
HSL196°86.90%67.06%
HSB/HSV196°59.84%95.69%
CMYK59.84%16.39%0.00%
4.31%

Color #62CCF4 in popluar number systems.

HEX62CCF4
Decimal98204244
Binary11000101100110011110100
Octal142314364

Shades and tints

Shades of #62CCF4

#62CCF4
(98,204,244)
#5ABADE
(90,186,222)
#52A8C8
(82,168,200)
#4A96B2
(74,150,178)
#42849C
(66,132,156)
#3A7286
(58,114,134)
#326070
(50,96,112)
#2A4E5A
(42,78,90)
#223C44
(34,60,68)
#1A2A2E
(26,42,46)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #62CCF4

#62CCF4
(98,204,244)
#70D0F5
(112,208,245)
#7ED4F6
(126,212,246)
#8CD8F7
(140,216,247)
#9ADCF8
(154,220,248)
#A8E0F9
(168,224,249)
#B6E4FA
(182,228,250)
#C4E8FB
(196,232,251)
#D2ECFC
(210,236,252)
#E0F0FD
(224,240,253)
#EEF4FE
(238,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62CCF4 color. Also use rgb(98,204,244) instead hex code.

Text Font Color

.myTextColor { color: #62CCF4; }

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

This text font color is #62CCF4.


Background Color

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

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

This div background color is #62CCF4.


Border color

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

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

This div border color is #62CCF4.


Opacity

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

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

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

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

This text has shadow with #62CCF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62CCF4 on black background.


Color preview on white background

This text has color #62CCF4 on white background.



Black color preview on #62CCF4 background

This text has black color on #62CCF4 background.


White color preview on #62CCF4 background

This text has white color on #62CCF4 background.