COLOR #15C3E8

HEX: #15C3E8
RGB: (21,195,232)

Color info

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

RGB color model

#15C3E8 color RGB value is (21,195,232).

  • red value is 21;
  • green value is 195;
  • blue value is 232.
RGB:
(21,195,232)
(8%,76%,91%)

RGB channels and saturation

R 21 of 255 = 8%
G 195 of 255 = 76%
B 232 of 255 = 91%

21
195
232

R + G + B ~ 58%. #15C3E8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
21 + 195 + 232 = 448 (100%)
R 21 of 448 ~ 4.69%
G 195 of 448 ~ 43.53%
B 232 of 448 ~ 51.79%

%43.53
%51.79

CMYK color model

#15C3E8 color CMYK value is (91,16,0,9).

  • cyan value is 90.95%
  • magenta value is 15.95%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(91,16,0,9)
C91M16Y0K9 
(91%,16%,0%,9%)
(0.91/0.16/0.00/0.09)	

CMYK percentages

%90.95
%15.95
%0
%9.02

Codes

Color #15C3E8 in popluar color models

15C3E8
RGB21195232
HSL191°83.40%49.61%
HSB/HSV191°90.95%90.98%
CMYK90.95%15.95%0.00%
9.02%

Color #15C3E8 in popluar number systems.

HEX15C3E8
Decimal21195232
Binary101011100001111101000
Octal25303350

Shades and tints

Shades of #15C3E8

#15C3E8
(21,195,232)
#14B2D3
(20,178,211)
#13A1BE
(19,161,190)
#1290A9
(18,144,169)
#117F94
(17,127,148)
#106E7F
(16,110,127)
#0F5D6A
(15,93,106)
#0E4C55
(14,76,85)
#0D3B40
(13,59,64)
#0C2A2B
(12,42,43)
#0B1916
(11,25,22)
#000000
(0,0,0)

Tints of #15C3E8

#15C3E8
(21,195,232)
#2AC8EA
(42,200,234)
#3FCDEC
(63,205,236)
#54D2EE
(84,210,238)
#69D7F0
(105,215,240)
#7EDCF2
(126,220,242)
#93E1F4
(147,225,244)
#A8E6F6
(168,230,246)
#BDEBF8
(189,235,248)
#D2F0FA
(210,240,250)
#E7F5FC
(231,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15C3E8 color. Also use rgb(21,195,232) instead hex code.

Text Font Color

.myTextColor { color: #15C3E8; }

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

This text font color is #15C3E8.


Background Color

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

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

This div background color is #15C3E8.


Border color

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

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

This div border color is #15C3E8.


Opacity

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

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

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

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

This text has shadow with #15C3E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15C3E8 on black background.


Color preview on white background

This text has color #15C3E8 on white background.



Black color preview on #15C3E8 background

This text has black color on #15C3E8 background.


White color preview on #15C3E8 background

This text has white color on #15C3E8 background.