COLOR #62ACE6

HEX: #62ACE6
RGB: (98,172,230)

Color info

#62ACE6 contains mainly green and blue colors. Web safe color of #62ACE6 is #6699CC (or #69C).

RGB color model

#62ACE6 color RGB value is (98,172,230).

  • red value is 98;
  • green value is 172;
  • blue value is 230.
RGB:
(98,172,230)
(38%,67%,90%)

RGB channels and saturation

R 98 of 255 = 38%
G 172 of 255 = 67%
B 230 of 255 = 90%

98
172
230

R + G + B ~ 65%. #62ACE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 172 + 230 = 500 (100%)
R 98 of 500 ~ 19.6%
G 172 of 500 ~ 34.4%
B 230 of 500 ~ 46%

%19.6
%34.4
%46

CMYK color model

#62ACE6 color CMYK value is (57,25,0,10).

  • cyan value is 57.39%
  • magenta value is 25.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(57,25,0,10)
C57M25Y0K10 
(57%,25%,0%,10%)
(0.57/0.25/0.00/0.10)	

CMYK percentages

%57.39
%25.22
%0
%9.8

Codes

Color #62ACE6 in popluar color models

62ACE6
RGB98172230
HSL206°72.53%64.31%
HSB/HSV206°57.39%90.20%
CMYK57.39%25.22%0.00%
9.80%

Color #62ACE6 in popluar number systems.

HEX62ACE6
Decimal98172230
Binary11000101010110011100110
Octal142254346

Shades and tints

Shades of #62ACE6

#62ACE6
(98,172,230)
#5A9DD2
(90,157,210)
#528EBE
(82,142,190)
#4A7FAA
(74,127,170)
#427096
(66,112,150)
#3A6182
(58,97,130)
#32526E
(50,82,110)
#2A435A
(42,67,90)
#223446
(34,52,70)
#1A2532
(26,37,50)
#12161E
(18,22,30)
#000000
(0,0,0)

Tints of #62ACE6

#62ACE6
(98,172,230)
#70B3E8
(112,179,232)
#7EBAEA
(126,186,234)
#8CC1EC
(140,193,236)
#9AC8EE
(154,200,238)
#A8CFF0
(168,207,240)
#B6D6F2
(182,214,242)
#C4DDF4
(196,221,244)
#D2E4F6
(210,228,246)
#E0EBF8
(224,235,248)
#EEF2FA
(238,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62ACE6 color. Also use rgb(98,172,230) instead hex code.

Text Font Color

.myTextColor { color: #62ACE6; }

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

This text font color is #62ACE6.


Background Color

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

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

This div background color is #62ACE6.


Border color

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

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

This div border color is #62ACE6.


Opacity

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

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

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

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

This text has shadow with #62ACE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62ACE6 on black background.


Color preview on white background

This text has color #62ACE6 on white background.



Black color preview on #62ACE6 background

This text has black color on #62ACE6 background.


White color preview on #62ACE6 background

This text has white color on #62ACE6 background.