COLOR #19DCEA

HEX: #19DCEA
RGB: (25,220,234)

Color info

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

RGB color model

#19DCEA color RGB value is (25,220,234).

  • red value is 25;
  • green value is 220;
  • blue value is 234.
RGB:
(25,220,234)
(10%,86%,92%)

RGB channels and saturation

R 25 of 255 = 10%
G 220 of 255 = 86%
B 234 of 255 = 92%

25
220
234

R + G + B ~ 63%. #19DCEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
25 + 220 + 234 = 479 (100%)
R 25 of 479 ~ 5.22%
G 220 of 479 ~ 45.93%
B 234 of 479 ~ 48.85%

%45.93
%48.85

CMYK color model

#19DCEA color CMYK value is (89,6,0,8).

  • cyan value is 89.32%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(89,6,0,8)
C89M6Y0K8 
(89%,6%,0%,8%)
(0.89/0.06/0.00/0.08)	

CMYK percentages

%89.32
%5.98
%0
%8.24

Codes

Color #19DCEA in popluar color models

19DCEA
RGB25220234
HSL184°83.27%50.78%
HSB/HSV184°89.32%91.76%
CMYK89.32%5.98%0.00%
8.24%

Color #19DCEA in popluar number systems.

HEX19DCEA
Decimal25220234
Binary110011101110011101010
Octal31334352

Shades and tints

Shades of #19DCEA

#19DCEA
(25,220,234)
#17C8D5
(23,200,213)
#15B4C0
(21,180,192)
#13A0AB
(19,160,171)
#118C96
(17,140,150)
#0F7881
(15,120,129)
#0D646C
(13,100,108)
#0B5057
(11,80,87)
#093C42
(9,60,66)
#07282D
(7,40,45)
#051418
(5,20,24)
#000000
(0,0,0)

Tints of #19DCEA

#19DCEA
(25,220,234)
#2DDFEB
(45,223,235)
#41E2EC
(65,226,236)
#55E5ED
(85,229,237)
#69E8EE
(105,232,238)
#7DEBEF
(125,235,239)
#91EEF0
(145,238,240)
#A5F1F1
(165,241,241)
#B9F4F2
(185,244,242)
#CDF7F3
(205,247,243)
#E1FAF4
(225,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19DCEA color. Also use rgb(25,220,234) instead hex code.

Text Font Color

.myTextColor { color: #19DCEA; }

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

This text font color is #19DCEA.


Background Color

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

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

This div background color is #19DCEA.


Border color

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

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

This div border color is #19DCEA.


Opacity

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

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

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

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

This text has shadow with #19DCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19DCEA on black background.


Color preview on white background

This text has color #19DCEA on white background.



Black color preview on #19DCEA background

This text has black color on #19DCEA background.


White color preview on #19DCEA background

This text has white color on #19DCEA background.