COLOR #199CBD

HEX: #199CBD
RGB: (25,156,189)

Color info

#199CBD contains mainly green and blue colors. Web safe color of #199CBD is #0099CC (or #09C).

RGB color model

#199CBD color RGB value is (25,156,189).

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

RGB channels and saturation

R 25 of 255 = 10%
G 156 of 255 = 61%
B 189 of 255 = 74%

25
156
189

R + G + B ~ 48%. #199CBD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 156 + 189 = 370 (100%)
R 25 of 370 ~ 6.76%
G 156 of 370 ~ 42.16%
B 189 of 370 ~ 51.08%

%42.16
%51.08

CMYK color model

#199CBD color CMYK value is (87,17,0,26).

  • cyan value is 86.77%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(87,17,0,26)
C87M17Y0K26 
(87%,17%,0%,26%)
(0.87/0.17/0.00/0.26)	

CMYK percentages

%86.77
%17.46
%0
%25.88

Codes

Color #199CBD in popluar color models

199CBD
RGB25156189
HSL192°76.64%41.96%
HSB/HSV192°86.77%74.12%
CMYK86.77%17.46%0.00%
25.88%

Color #199CBD in popluar number systems.

HEX199CBD
Decimal25156189
Binary110011001110010111101
Octal31234275

Shades and tints

Shades of #199CBD

#199CBD
(25,156,189)
#178EAC
(23,142,172)
#15809B
(21,128,155)
#13728A
(19,114,138)
#116479
(17,100,121)
#0F5668
(15,86,104)
#0D4857
(13,72,87)
#0B3A46
(11,58,70)
#092C35
(9,44,53)
#071E24
(7,30,36)
#051013
(5,16,19)
#000000
(0,0,0)

Tints of #199CBD

#199CBD
(25,156,189)
#2DA5C3
(45,165,195)
#41AEC9
(65,174,201)
#55B7CF
(85,183,207)
#69C0D5
(105,192,213)
#7DC9DB
(125,201,219)
#91D2E1
(145,210,225)
#A5DBE7
(165,219,231)
#B9E4ED
(185,228,237)
#CDEDF3
(205,237,243)
#E1F6F9
(225,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #199CBD color. Also use rgb(25,156,189) instead hex code.

Text Font Color

.myTextColor { color: #199CBD; }

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

This text font color is #199CBD.


Background Color

.myBgColor { background-color: #199CBD; }

<div style="background-color:#199CBD">Inner text</div>

This div background color is #199CBD.


Border color

.myBorderColor { border: 1px solid #199CBD; }

<div style="border:3px solid #199CBD">Div</div>

This div border color is #199CBD.


Opacity

.myOpacity80 { color: #199CBD; opacity: 0.8; }

<p style="color:#199CBD;opacity:0.8;">80%</p>

Text with #199CBD 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 #199CBD;}

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

This text has shadow with #199CBD color.

.textShadow {text-shadow: 3px 3px 1px #199CBD, 3px 3px 1px red;}

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

This text has shadow with #199CBD primary color and red secondary color.


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

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

This text has shadow with #199CBD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #199CBD on black background.


Color preview on white background

This text has color #199CBD on white background.



Black color preview on #199CBD background

This text has black color on #199CBD background.


White color preview on #199CBD background

This text has white color on #199CBD background.