COLOR #62B2FF

HEX: #62B2FF
RGB: (98,178,255)

Color info

#62B2FF contains mainly blue color. Web safe color of #62B2FF is #6699FF (or #69F).

RGB color model

#62B2FF color RGB value is (98,178,255).

  • red value is 98;
  • green value is 178;
  • blue value is 255.
RGB:
(98,178,255)
(38%,70%,100%)

RGB channels and saturation

R 98 of 255 = 38%
G 178 of 255 = 70%
B 255 of 255 = 100%

98
178
255

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

Portions of RGB colors in percentages

R + G + B =
98 + 178 + 255 = 531 (100%)
R 98 of 531 ~ 18.46%
G 178 of 531 ~ 33.52%
B 255 of 531 ~ 48.02%

%18.46
%33.52
%48.02

CMYK color model

#62B2FF color CMYK value is (62,30,0,0).

  • cyan value is 61.57%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(62,30,0,0)
C62M30Y0K0 
(62%,30%,0%,0%)
(0.62/0.30/0.00/0.00)	

CMYK percentages

%61.57
%30.2
%0
%0

Codes

Color #62B2FF in popluar color models

62B2FF
RGB98178255
HSL209°100.00%69.22%
HSB/HSV209°61.57%100.00%
CMYK61.57%30.20%0.00%
0.00%

Color #62B2FF in popluar number systems.

HEX62B2FF
Decimal98178255
Binary11000101011001011111111
Octal142262377

Shades and tints

Shades of #62B2FF

#62B2FF
(98,178,255)
#5AA2E8
(90,162,232)
#5292D1
(82,146,209)
#4A82BA
(74,130,186)
#4272A3
(66,114,163)
#3A628C
(58,98,140)
#325275
(50,82,117)
#2A425E
(42,66,94)
#223247
(34,50,71)
#1A2230
(26,34,48)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #62B2FF

#62B2FF
(98,178,255)
#70B9FF
(112,185,255)
#7EC0FF
(126,192,255)
#8CC7FF
(140,199,255)
#9ACEFF
(154,206,255)
#A8D5FF
(168,213,255)
#B6DCFF
(182,220,255)
#C4E3FF
(196,227,255)
#D2EAFF
(210,234,255)
#E0F1FF
(224,241,255)
#EEF8FF
(238,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62B2FF color. Also use rgb(98,178,255) instead hex code.

Text Font Color

.myTextColor { color: #62B2FF; }

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

This text font color is #62B2FF.


Background Color

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

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

This div background color is #62B2FF.


Border color

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

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

This div border color is #62B2FF.


Opacity

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

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

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

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

This text has shadow with #62B2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62B2FF on black background.


Color preview on white background

This text has color #62B2FF on white background.



Black color preview on #62B2FF background

This text has black color on #62B2FF background.


White color preview on #62B2FF background

This text has white color on #62B2FF background.