COLOR #19BEE1

HEX: #19BEE1
RGB: (25,190,225)

Color info

#19BEE1 contains mainly green and blue colors. Web safe color of #19BEE1 is #00CCCC (or #0CC).

RGB color model

#19BEE1 color RGB value is (25,190,225).

  • red value is 25;
  • green value is 190;
  • blue value is 225.
RGB:
(25,190,225)
(10%,75%,88%)

RGB channels and saturation

R 25 of 255 = 10%
G 190 of 255 = 75%
B 225 of 255 = 88%

25
190
225

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

Portions of RGB colors in percentages

R + G + B =
25 + 190 + 225 = 440 (100%)
R 25 of 440 ~ 5.68%
G 190 of 440 ~ 43.18%
B 225 of 440 ~ 51.14%

%43.18
%51.14

CMYK color model

#19BEE1 color CMYK value is (89,16,0,12).

  • cyan value is 88.89%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(89,16,0,12)
C89M16Y0K12 
(89%,16%,0%,12%)
(0.89/0.16/0.00/0.12)	

CMYK percentages

%88.89
%15.56
%0
%11.76

Codes

Color #19BEE1 in popluar color models

19BEE1
RGB25190225
HSL191°80.00%49.02%
HSB/HSV191°88.89%88.24%
CMYK88.89%15.56%0.00%
11.76%

Color #19BEE1 in popluar number systems.

HEX19BEE1
Decimal25190225
Binary110011011111011100001
Octal31276341

Shades and tints

Shades of #19BEE1

#19BEE1
(25,190,225)
#17ADCD
(23,173,205)
#159CB9
(21,156,185)
#138BA5
(19,139,165)
#117A91
(17,122,145)
#0F697D
(15,105,125)
#0D5869
(13,88,105)
#0B4755
(11,71,85)
#093641
(9,54,65)
#07252D
(7,37,45)
#051419
(5,20,25)
#000000
(0,0,0)

Tints of #19BEE1

#19BEE1
(25,190,225)
#2DC3E3
(45,195,227)
#41C8E5
(65,200,229)
#55CDE7
(85,205,231)
#69D2E9
(105,210,233)
#7DD7EB
(125,215,235)
#91DCED
(145,220,237)
#A5E1EF
(165,225,239)
#B9E6F1
(185,230,241)
#CDEBF3
(205,235,243)
#E1F0F5
(225,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19BEE1 color. Also use rgb(25,190,225) instead hex code.

Text Font Color

.myTextColor { color: #19BEE1; }

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

This text font color is #19BEE1.


Background Color

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

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

This div background color is #19BEE1.


Border color

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

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

This div border color is #19BEE1.


Opacity

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

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

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

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

This text has shadow with #19BEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19BEE1 on black background.


Color preview on white background

This text has color #19BEE1 on white background.



Black color preview on #19BEE1 background

This text has black color on #19BEE1 background.


White color preview on #19BEE1 background

This text has white color on #19BEE1 background.