COLOR #15C3FE

HEX: #15C3FE
RGB: (21,195,254)

Color info

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

RGB color model

#15C3FE color RGB value is (21,195,254).

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

RGB channels and saturation

R 21 of 255 = 8%
G 195 of 255 = 76%
B 254 of 255 = 100%

21
195
254

R + G + B ~ 61%. #15C3FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
21 + 195 + 254 = 470 (100%)
R 21 of 470 ~ 4.47%
G 195 of 470 ~ 41.49%
B 254 of 470 ~ 54.04%

%41.49
%54.04

CMYK color model

#15C3FE color CMYK value is (92,23,0,0).

  • cyan value is 91.73%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(92,23,0,0)
C92M23Y0K0 
(92%,23%,0%,0%)
(0.92/0.23/0.00/0.00)	

CMYK percentages

%91.73
%23.23
%0
%0.39

Codes

Color #15C3FE in popluar color models

15C3FE
RGB21195254
HSL195°99.15%53.92%
HSB/HSV195°91.73%99.61%
CMYK91.73%23.23%0.00%
0.39%

Color #15C3FE in popluar number systems.

HEX15C3FE
Decimal21195254
Binary101011100001111111110
Octal25303376

Shades and tints

Shades of #15C3FE

#15C3FE
(21,195,254)
#14B2E7
(20,178,231)
#13A1D0
(19,161,208)
#1290B9
(18,144,185)
#117FA2
(17,127,162)
#106E8B
(16,110,139)
#0F5D74
(15,93,116)
#0E4C5D
(14,76,93)
#0D3B46
(13,59,70)
#0C2A2F
(12,42,47)
#0B1918
(11,25,24)
#000000
(0,0,0)

Tints of #15C3FE

#15C3FE
(21,195,254)
#2AC8FE
(42,200,254)
#3FCDFE
(63,205,254)
#54D2FE
(84,210,254)
#69D7FE
(105,215,254)
#7EDCFE
(126,220,254)
#93E1FE
(147,225,254)
#A8E6FE
(168,230,254)
#BDEBFE
(189,235,254)
#D2F0FE
(210,240,254)
#E7F5FE
(231,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15C3FE; }

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

This text font color is #15C3FE.


Background Color

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

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

This div background color is #15C3FE.


Border color

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

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

This div border color is #15C3FE.


Opacity

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

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

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

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

This text has shadow with #15C3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15C3FE on black background.


Color preview on white background

This text has color #15C3FE on white background.



Black color preview on #15C3FE background

This text has black color on #15C3FE background.


White color preview on #15C3FE background

This text has white color on #15C3FE background.