COLOR #52BBF1

HEX: #52BBF1
RGB: (82,187,241)

Color info

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

RGB color model

#52BBF1 color RGB value is (82,187,241).

  • red value is 82;
  • green value is 187;
  • blue value is 241.
RGB:
(82,187,241)
(32%,73%,95%)

RGB channels and saturation

R 82 of 255 = 32%
G 187 of 255 = 73%
B 241 of 255 = 95%

82
187
241

R + G + B ~ 67%. #52BBF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 187 + 241 = 510 (100%)
R 82 of 510 ~ 16.08%
G 187 of 510 ~ 36.67%
B 241 of 510 ~ 47.25%

%16.08
%36.67
%47.25

CMYK color model

#52BBF1 color CMYK value is (66,22,0,5).

  • cyan value is 65.98%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(66,22,0,5)
C66M22Y0K5 
(66%,22%,0%,5%)
(0.66/0.22/0.00/0.05)	

CMYK percentages

%65.98
%22.41
%0
%5.49

Codes

Color #52BBF1 in popluar color models

52BBF1
RGB82187241
HSL200°85.03%63.33%
HSB/HSV200°65.98%94.51%
CMYK65.98%22.41%0.00%
5.49%

Color #52BBF1 in popluar number systems.

HEX52BBF1
Decimal82187241
Binary10100101011101111110001
Octal122273361

Shades and tints

Shades of #52BBF1

#52BBF1
(82,187,241)
#4BAADC
(75,170,220)
#4499C7
(68,153,199)
#3D88B2
(61,136,178)
#36779D
(54,119,157)
#2F6688
(47,102,136)
#285573
(40,85,115)
#21445E
(33,68,94)
#1A3349
(26,51,73)
#132234
(19,34,52)
#0C111F
(12,17,31)
#000000
(0,0,0)

Tints of #52BBF1

#52BBF1
(82,187,241)
#61C1F2
(97,193,242)
#70C7F3
(112,199,243)
#7FCDF4
(127,205,244)
#8ED3F5
(142,211,245)
#9DD9F6
(157,217,246)
#ACDFF7
(172,223,247)
#BBE5F8
(187,229,248)
#CAEBF9
(202,235,249)
#D9F1FA
(217,241,250)
#E8F7FB
(232,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52BBF1 color. Also use rgb(82,187,241) instead hex code.

Text Font Color

.myTextColor { color: #52BBF1; }

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

This text font color is #52BBF1.


Background Color

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

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

This div background color is #52BBF1.


Border color

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

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

This div border color is #52BBF1.


Opacity

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

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

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

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

This text has shadow with #52BBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52BBF1 on black background.


Color preview on white background

This text has color #52BBF1 on white background.



Black color preview on #52BBF1 background

This text has black color on #52BBF1 background.


White color preview on #52BBF1 background

This text has white color on #52BBF1 background.