COLOR #52B6FF

HEX: #52B6FF
RGB: (82,182,255)

Color info

#52B6FF contains mainly blue color. Web safe color of #52B6FF is #66CCFF (or #6CF).

RGB color model

#52B6FF color RGB value is (82,182,255).

  • red value is 82;
  • green value is 182;
  • blue value is 255.
RGB:
(82,182,255)
(32%,71%,100%)

RGB channels and saturation

R 82 of 255 = 32%
G 182 of 255 = 71%
B 255 of 255 = 100%

82
182
255

R + G + B ~ 68%. #52B6FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 182 + 255 = 519 (100%)
R 82 of 519 ~ 15.8%
G 182 of 519 ~ 35.07%
B 255 of 519 ~ 49.13%

%15.8
%35.07
%49.13

CMYK color model

#52B6FF color CMYK value is (68,29,0,0).

  • cyan value is 67.84%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(68,29,0,0)
C68M29Y0K0 
(68%,29%,0%,0%)
(0.68/0.29/0.00/0.00)	

CMYK percentages

%67.84
%28.63
%0
%0

Codes

Color #52B6FF in popluar color models

52B6FF
RGB82182255
HSL205°100.00%66.08%
HSB/HSV205°67.84%100.00%
CMYK67.84%28.63%0.00%
0.00%

Color #52B6FF in popluar number systems.

HEX52B6FF
Decimal82182255
Binary10100101011011011111111
Octal122266377

Shades and tints

Shades of #52B6FF

#52B6FF
(82,182,255)
#4BA6E8
(75,166,232)
#4496D1
(68,150,209)
#3D86BA
(61,134,186)
#3676A3
(54,118,163)
#2F668C
(47,102,140)
#285675
(40,86,117)
#21465E
(33,70,94)
#1A3647
(26,54,71)
#132630
(19,38,48)
#0C1619
(12,22,25)
#000000
(0,0,0)

Tints of #52B6FF

#52B6FF
(82,182,255)
#61BCFF
(97,188,255)
#70C2FF
(112,194,255)
#7FC8FF
(127,200,255)
#8ECEFF
(142,206,255)
#9DD4FF
(157,212,255)
#ACDAFF
(172,218,255)
#BBE0FF
(187,224,255)
#CAE6FF
(202,230,255)
#D9ECFF
(217,236,255)
#E8F2FF
(232,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B6FF color. Also use rgb(82,182,255) instead hex code.

Text Font Color

.myTextColor { color: #52B6FF; }

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

This text font color is #52B6FF.


Background Color

.myBgColor { background-color: #52B6FF; }

<div style="background-color:#52B6FF">Inner text</div>

This div background color is #52B6FF.


Border color

.myBorderColor { border: 1px solid #52B6FF; }

<div style="border:3px solid #52B6FF">Div</div>

This div border color is #52B6FF.


Opacity

.myOpacity80 { color: #52B6FF; opacity: 0.8; }

<p style="color:#52B6FF;opacity:0.8;">80%</p>

Text with #52B6FF 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 #52B6FF;}

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

This text has shadow with #52B6FF color.

.textShadow {text-shadow: 3px 3px 1px #52B6FF, 3px 3px 1px red;}

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

This text has shadow with #52B6FF primary color and red secondary color.


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

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

This text has shadow with #52B6FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B6FF on black background.


Color preview on white background

This text has color #52B6FF on white background.



Black color preview on #52B6FF background

This text has black color on #52B6FF background.


White color preview on #52B6FF background

This text has white color on #52B6FF background.