COLOR #51E2F8

HEX: #51E2F8
RGB: (81,226,248)

Color info

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

RGB color model

#51E2F8 color RGB value is (81,226,248).

  • red value is 81;
  • green value is 226;
  • blue value is 248.
RGB:
(81,226,248)
(32%,89%,97%)

RGB channels and saturation

R 81 of 255 = 32%
G 226 of 255 = 89%
B 248 of 255 = 97%

81
226
248

R + G + B ~ 73%. #51E2F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
81 + 226 + 248 = 555 (100%)
R 81 of 555 ~ 14.59%
G 226 of 555 ~ 40.72%
B 248 of 555 ~ 44.68%

%14.59
%40.72
%44.68

CMYK color model

#51E2F8 color CMYK value is (67,9,0,3).

  • cyan value is 67.34%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(67,9,0,3)
C67M9Y0K3 
(67%,9%,0%,3%)
(0.67/0.09/0.00/0.03)	

CMYK percentages

%67.34
%8.87
%0
%2.75

Codes

Color #51E2F8 in popluar color models

51E2F8
RGB81226248
HSL188°92.27%64.51%
HSB/HSV188°67.34%97.25%
CMYK67.34%8.87%0.00%
2.75%

Color #51E2F8 in popluar number systems.

HEX51E2F8
Decimal81226248
Binary10100011110001011111000
Octal121342370

Shades and tints

Shades of #51E2F8

#51E2F8
(81,226,248)
#4ACEE2
(74,206,226)
#43BACC
(67,186,204)
#3CA6B6
(60,166,182)
#3592A0
(53,146,160)
#2E7E8A
(46,126,138)
#276A74
(39,106,116)
#20565E
(32,86,94)
#194248
(25,66,72)
#122E32
(18,46,50)
#0B1A1C
(11,26,28)
#000000
(0,0,0)

Tints of #51E2F8

#51E2F8
(81,226,248)
#60E4F8
(96,228,248)
#6FE6F8
(111,230,248)
#7EE8F8
(126,232,248)
#8DEAF8
(141,234,248)
#9CECF8
(156,236,248)
#ABEEF8
(171,238,248)
#BAF0F8
(186,240,248)
#C9F2F8
(201,242,248)
#D8F4F8
(216,244,248)
#E7F6F8
(231,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51E2F8 color. Also use rgb(81,226,248) instead hex code.

Text Font Color

.myTextColor { color: #51E2F8; }

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

This text font color is #51E2F8.


Background Color

.myBgColor { background-color: #51E2F8; }

<div style="background-color:#51E2F8">Inner text</div>

This div background color is #51E2F8.


Border color

.myBorderColor { border: 1px solid #51E2F8; }

<div style="border:3px solid #51E2F8">Div</div>

This div border color is #51E2F8.


Opacity

.myOpacity80 { color: #51E2F8; opacity: 0.8; }

<p style="color:#51E2F8;opacity:0.8;">80%</p>

Text with #51E2F8 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 #51E2F8;}

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

This text has shadow with #51E2F8 color.

.textShadow {text-shadow: 3px 3px 1px #51E2F8, 3px 3px 1px red;}

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

This text has shadow with #51E2F8 primary color and red secondary color.


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

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

This text has shadow with #51E2F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51E2F8 on black background.


Color preview on white background

This text has color #51E2F8 on white background.



Black color preview on #51E2F8 background

This text has black color on #51E2F8 background.


White color preview on #51E2F8 background

This text has white color on #51E2F8 background.