COLOR #19BDF1

HEX: #19BDF1
RGB: (25,189,241)

Color info

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

RGB color model

#19BDF1 color RGB value is (25,189,241).

  • red value is 25;
  • green value is 189;
  • blue value is 241.
RGB:
(25,189,241)
(10%,74%,95%)

RGB channels and saturation

R 25 of 255 = 10%
G 189 of 255 = 74%
B 241 of 255 = 95%

25
189
241

R + G + B ~ 60%. #19BDF1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 189 + 241 = 455 (100%)
R 25 of 455 ~ 5.49%
G 189 of 455 ~ 41.54%
B 241 of 455 ~ 52.97%

%41.54
%52.97

CMYK color model

#19BDF1 color CMYK value is (90,22,0,5).

  • cyan value is 89.63%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(90,22,0,5)
C90M22Y0K5 
(90%,22%,0%,5%)
(0.90/0.22/0.00/0.05)	

CMYK percentages

%89.63
%21.58
%0
%5.49

Codes

Color #19BDF1 in popluar color models

19BDF1
RGB25189241
HSL194°88.52%52.16%
HSB/HSV194°89.63%94.51%
CMYK89.63%21.58%0.00%
5.49%

Color #19BDF1 in popluar number systems.

HEX19BDF1
Decimal25189241
Binary110011011110111110001
Octal31275361

Shades and tints

Shades of #19BDF1

#19BDF1
(25,189,241)
#17ACDC
(23,172,220)
#159BC7
(21,155,199)
#138AB2
(19,138,178)
#11799D
(17,121,157)
#0F6888
(15,104,136)
#0D5773
(13,87,115)
#0B465E
(11,70,94)
#093549
(9,53,73)
#072434
(7,36,52)
#05131F
(5,19,31)
#000000
(0,0,0)

Tints of #19BDF1

#19BDF1
(25,189,241)
#2DC3F2
(45,195,242)
#41C9F3
(65,201,243)
#55CFF4
(85,207,244)
#69D5F5
(105,213,245)
#7DDBF6
(125,219,246)
#91E1F7
(145,225,247)
#A5E7F8
(165,231,248)
#B9EDF9
(185,237,249)
#CDF3FA
(205,243,250)
#E1F9FB
(225,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19BDF1 color. Also use rgb(25,189,241) instead hex code.

Text Font Color

.myTextColor { color: #19BDF1; }

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

This text font color is #19BDF1.


Background Color

.myBgColor { background-color: #19BDF1; }

<div style="background-color:#19BDF1">Inner text</div>

This div background color is #19BDF1.


Border color

.myBorderColor { border: 1px solid #19BDF1; }

<div style="border:3px solid #19BDF1">Div</div>

This div border color is #19BDF1.


Opacity

.myOpacity80 { color: #19BDF1; opacity: 0.8; }

<p style="color:#19BDF1;opacity:0.8;">80%</p>

Text with #19BDF1 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 #19BDF1;}

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

This text has shadow with #19BDF1 color.

.textShadow {text-shadow: 3px 3px 1px #19BDF1, 3px 3px 1px red;}

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

This text has shadow with #19BDF1 primary color and red secondary color.


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

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

This text has shadow with #19BDF1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19BDF1 on black background.


Color preview on white background

This text has color #19BDF1 on white background.



Black color preview on #19BDF1 background

This text has black color on #19BDF1 background.


White color preview on #19BDF1 background

This text has white color on #19BDF1 background.