COLOR #15E3F6

HEX: #15E3F6
RGB: (21,227,246)

Color info

#15E3F6 contains mainly green and blue colors. Web safe color of #15E3F6 is #00CCFF (or #0CF).

RGB color model

#15E3F6 color RGB value is (21,227,246).

  • red value is 21;
  • green value is 227;
  • blue value is 246.
RGB:
(21,227,246)
(8%,89%,96%)

RGB channels and saturation

R 21 of 255 = 8%
G 227 of 255 = 89%
B 246 of 255 = 96%

21
227
246

R + G + B ~ 64%. #15E3F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
21 + 227 + 246 = 494 (100%)
R 21 of 494 ~ 4.25%
G 227 of 494 ~ 45.95%
B 246 of 494 ~ 49.8%

%45.95
%49.8

CMYK color model

#15E3F6 color CMYK value is (91,8,0,4).

  • cyan value is 91.46%
  • magenta value is 7.72%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(91,8,0,4)
C91M8Y0K4 
(91%,8%,0%,4%)
(0.91/0.08/0.00/0.04)	

CMYK percentages

%91.46
%7.72
%0
%3.53

Codes

Color #15E3F6 in popluar color models

15E3F6
RGB21227246
HSL185°92.59%52.35%
HSB/HSV185°91.46%96.47%
CMYK91.46%7.72%0.00%
3.53%

Color #15E3F6 in popluar number systems.

HEX15E3F6
Decimal21227246
Binary101011110001111110110
Octal25343366

Shades and tints

Shades of #15E3F6

#15E3F6
(21,227,246)
#14CFE0
(20,207,224)
#13BBCA
(19,187,202)
#12A7B4
(18,167,180)
#11939E
(17,147,158)
#107F88
(16,127,136)
#0F6B72
(15,107,114)
#0E575C
(14,87,92)
#0D4346
(13,67,70)
#0C2F30
(12,47,48)
#0B1B1A
(11,27,26)
#000000
(0,0,0)

Tints of #15E3F6

#15E3F6
(21,227,246)
#2AE5F6
(42,229,246)
#3FE7F6
(63,231,246)
#54E9F6
(84,233,246)
#69EBF6
(105,235,246)
#7EEDF6
(126,237,246)
#93EFF6
(147,239,246)
#A8F1F6
(168,241,246)
#BDF3F6
(189,243,246)
#D2F5F6
(210,245,246)
#E7F7F6
(231,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15E3F6 color. Also use rgb(21,227,246) instead hex code.

Text Font Color

.myTextColor { color: #15E3F6; }

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

This text font color is #15E3F6.


Background Color

.myBgColor { background-color: #15E3F6; }

<div style="background-color:#15E3F6">Inner text</div>

This div background color is #15E3F6.


Border color

.myBorderColor { border: 1px solid #15E3F6; }

<div style="border:3px solid #15E3F6">Div</div>

This div border color is #15E3F6.


Opacity

.myOpacity80 { color: #15E3F6; opacity: 0.8; }

<p style="color:#15E3F6;opacity:0.8;">80%</p>

Text with #15E3F6 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 #15E3F6;}

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

This text has shadow with #15E3F6 color.

.textShadow {text-shadow: 3px 3px 1px #15E3F6, 3px 3px 1px red;}

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

This text has shadow with #15E3F6 primary color and red secondary color.


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

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

This text has shadow with #15E3F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15E3F6 on black background.


Color preview on white background

This text has color #15E3F6 on white background.



Black color preview on #15E3F6 background

This text has black color on #15E3F6 background.


White color preview on #15E3F6 background

This text has white color on #15E3F6 background.