COLOR #62B4E0

HEX: #62B4E0
RGB: (98,180,224)

Color info

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

RGB color model

#62B4E0 color RGB value is (98,180,224).

  • red value is 98;
  • green value is 180;
  • blue value is 224.
RGB:
(98,180,224)
(38%,71%,88%)

RGB channels and saturation

R 98 of 255 = 38%
G 180 of 255 = 71%
B 224 of 255 = 88%

98
180
224

R + G + B ~ 66%. #62B4E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 180 + 224 = 502 (100%)
R 98 of 502 ~ 19.52%
G 180 of 502 ~ 35.86%
B 224 of 502 ~ 44.62%

%19.52
%35.86
%44.62

CMYK color model

#62B4E0 color CMYK value is (56,20,0,12).

  • cyan value is 56.25%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(56,20,0,12)
C56M20Y0K12 
(56%,20%,0%,12%)
(0.56/0.20/0.00/0.12)	

CMYK percentages

%56.25
%19.64
%0
%12.16

Codes

Color #62B4E0 in popluar color models

62B4E0
RGB98180224
HSL201°67.02%63.14%
HSB/HSV201°56.25%87.84%
CMYK56.25%19.64%0.00%
12.16%

Color #62B4E0 in popluar number systems.

HEX62B4E0
Decimal98180224
Binary11000101011010011100000
Octal142264340

Shades and tints

Shades of #62B4E0

#62B4E0
(98,180,224)
#5AA4CC
(90,164,204)
#5294B8
(82,148,184)
#4A84A4
(74,132,164)
#427490
(66,116,144)
#3A647C
(58,100,124)
#325468
(50,84,104)
#2A4454
(42,68,84)
#223440
(34,52,64)
#1A242C
(26,36,44)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #62B4E0

#62B4E0
(98,180,224)
#70BAE2
(112,186,226)
#7EC0E4
(126,192,228)
#8CC6E6
(140,198,230)
#9ACCE8
(154,204,232)
#A8D2EA
(168,210,234)
#B6D8EC
(182,216,236)
#C4DEEE
(196,222,238)
#D2E4F0
(210,228,240)
#E0EAF2
(224,234,242)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62B4E0 color. Also use rgb(98,180,224) instead hex code.

Text Font Color

.myTextColor { color: #62B4E0; }

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

This text font color is #62B4E0.


Background Color

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

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

This div background color is #62B4E0.


Border color

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

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

This div border color is #62B4E0.


Opacity

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

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

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

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

This text has shadow with #62B4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62B4E0 on black background.


Color preview on white background

This text has color #62B4E0 on white background.



Black color preview on #62B4E0 background

This text has black color on #62B4E0 background.


White color preview on #62B4E0 background

This text has white color on #62B4E0 background.