COLOR #52B5EE

HEX: #52B5EE
RGB: (82,181,238)

Color info

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

RGB color model

#52B5EE color RGB value is (82,181,238).

  • red value is 82;
  • green value is 181;
  • blue value is 238.
RGB:
(82,181,238)
(32%,71%,93%)

RGB channels and saturation

R 82 of 255 = 32%
G 181 of 255 = 71%
B 238 of 255 = 93%

82
181
238

R + G + B ~ 65%. #52B5EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 181 + 238 = 501 (100%)
R 82 of 501 ~ 16.37%
G 181 of 501 ~ 36.13%
B 238 of 501 ~ 47.5%

%16.37
%36.13
%47.5

CMYK color model

#52B5EE color CMYK value is (66,24,0,7).

  • cyan value is 65.55%
  • magenta value is 23.95%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(66,24,0,7)
C66M24Y0K7 
(66%,24%,0%,7%)
(0.66/0.24/0.00/0.07)	

CMYK percentages

%65.55
%23.95
%0
%6.67

Codes

Color #52B5EE in popluar color models

52B5EE
RGB82181238
HSL202°82.11%62.75%
HSB/HSV202°65.55%93.33%
CMYK65.55%23.95%0.00%
6.67%

Color #52B5EE in popluar number systems.

HEX52B5EE
Decimal82181238
Binary10100101011010111101110
Octal122265356

Shades and tints

Shades of #52B5EE

#52B5EE
(82,181,238)
#4BA5D9
(75,165,217)
#4495C4
(68,149,196)
#3D85AF
(61,133,175)
#36759A
(54,117,154)
#2F6585
(47,101,133)
#285570
(40,85,112)
#21455B
(33,69,91)
#1A3546
(26,53,70)
#132531
(19,37,49)
#0C151C
(12,21,28)
#000000
(0,0,0)

Tints of #52B5EE

#52B5EE
(82,181,238)
#61BBEF
(97,187,239)
#70C1F0
(112,193,240)
#7FC7F1
(127,199,241)
#8ECDF2
(142,205,242)
#9DD3F3
(157,211,243)
#ACD9F4
(172,217,244)
#BBDFF5
(187,223,245)
#CAE5F6
(202,229,246)
#D9EBF7
(217,235,247)
#E8F1F8
(232,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B5EE color. Also use rgb(82,181,238) instead hex code.

Text Font Color

.myTextColor { color: #52B5EE; }

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

This text font color is #52B5EE.


Background Color

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

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

This div background color is #52B5EE.


Border color

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

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

This div border color is #52B5EE.


Opacity

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

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

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

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

This text has shadow with #52B5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B5EE on black background.


Color preview on white background

This text has color #52B5EE on white background.



Black color preview on #52B5EE background

This text has black color on #52B5EE background.


White color preview on #52B5EE background

This text has white color on #52B5EE background.