COLOR #52C6FF

HEX: #52C6FF
RGB: (82,198,255)

Color info

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

RGB color model

#52C6FF color RGB value is (82,198,255).

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

RGB channels and saturation

R 82 of 255 = 32%
G 198 of 255 = 78%
B 255 of 255 = 100%

82
198
255

R + G + B ~ 70%. #52C6FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 198 + 255 = 535 (100%)
R 82 of 535 ~ 15.33%
G 198 of 535 ~ 37.01%
B 255 of 535 ~ 47.66%

%15.33
%37.01
%47.66

CMYK color model

#52C6FF color CMYK value is (68,22,0,0).

  • cyan value is 67.84%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(68,22,0,0)
C68M22Y0K0 
(68%,22%,0%,0%)
(0.68/0.22/0.00/0.00)	

CMYK percentages

%67.84
%22.35
%0
%0

Codes

Color #52C6FF in popluar color models

52C6FF
RGB82198255
HSL200°100.00%66.08%
HSB/HSV200°67.84%100.00%
CMYK67.84%22.35%0.00%
0.00%

Color #52C6FF in popluar number systems.

HEX52C6FF
Decimal82198255
Binary10100101100011011111111
Octal122306377

Shades and tints

Shades of #52C6FF

#52C6FF
(82,198,255)
#4BB4E8
(75,180,232)
#44A2D1
(68,162,209)
#3D90BA
(61,144,186)
#367EA3
(54,126,163)
#2F6C8C
(47,108,140)
#285A75
(40,90,117)
#21485E
(33,72,94)
#1A3647
(26,54,71)
#132430
(19,36,48)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #52C6FF

#52C6FF
(82,198,255)
#61CBFF
(97,203,255)
#70D0FF
(112,208,255)
#7FD5FF
(127,213,255)
#8EDAFF
(142,218,255)
#9DDFFF
(157,223,255)
#ACE4FF
(172,228,255)
#BBE9FF
(187,233,255)
#CAEEFF
(202,238,255)
#D9F3FF
(217,243,255)
#E8F8FF
(232,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52C6FF; }

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

This text font color is #52C6FF.


Background Color

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

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

This div background color is #52C6FF.


Border color

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

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

This div border color is #52C6FF.


Opacity

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

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

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

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

This text has shadow with #52C6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52C6FF on black background.


Color preview on white background

This text has color #52C6FF on white background.



Black color preview on #52C6FF background

This text has black color on #52C6FF background.


White color preview on #52C6FF background

This text has white color on #52C6FF background.