COLOR #199CBB

HEX: #199CBB RGB: (25,156,187)

Color info

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

RGB color model

#199CBB color RGB value is (25,156,187).

RGB: (25,156,187) (10%, 61%, 73%)

RGB channels and saturation

R 25 of 255 = 10%
G 156 of 255 = 61%
B 187 of 255 = 73%

25
156
187

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

Portions of RGB colors in percentages

R + G + B = 25 + 156 + 187 = 368 (100%)
R 25 of 368 ~ 6.79%
G 156 of 368 ~ 42.39%
B 187 of 368 ~ 50.82'%

%42.39
%50.82

CMYK color model

#199CBB color CMYK value is (87,17,0,27).

  • cyan value is 86.63%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (87,17,0,27)
C87M17Y0K27 (87%, 17%, 0%, 27%)
(0.87 / 0.17 / 0.00 / 0.27)

CMYK percentages

%86.63
%16.58
%0
%26.67

Codes

Color #199CBB in popluar color models

19 9C BB
RGB 25 156 187
HSL 191° 76.42% 41.57%
HSB/HSV 191° 86.63% 73.33%
CMYK 86.63% 16.58% 0.00%
26.67%

Color #199CBB in popluar number systems.

HEX 19 9C BB
Decimal 25 156 187
Binary 11001 10011100 10111011
Octal 31 234 273

Shades and tints

Shades of #199CBB

#199CBB
(25,156,187)
#178EAA
(23,142,170)
#158099
(21,128,153)
#137288
(19,114,136)
#116477
(17,100,119)
#0F5666
(15,86,102)
#0D4855
(13,72,85)
#0B3A44
(11,58,68)
#092C33
(9,44,51)
#071E22
(7,30,34)
#051011
(5,16,17)
#000000
(0,0,0)

Tints of #199CBB

#199CBB
(25,156,187)
#2DA5C1
(45,165,193)
#41AEC7
(65,174,199)
#55B7CD
(85,183,205)
#69C0D3
(105,192,211)
#7DC9D9
(125,201,217)
#91D2DF
(145,210,223)
#A5DBE5
(165,219,229)
#B9E4EB
(185,228,235)
#CDEDF1
(205,237,241)
#E1F6F7
(225,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #199CBB; }

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

This text font color is #199CBB.

Background Color

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

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

This div background color is #199CBB.

Border color

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

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

This div border color is #199CBB.

Opacity

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

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

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

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

This text has shadow with #199CBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #199CBB.

Preview

Color preview on black background

This text has color #199CBB on black background.


Color preview on white background

This text has color #199CBB on white background.


Black color preview on #199CBB background

This text has black color on #199CBB background.


White color preview on #199CBB background

This text has white color on #199CBB background.


Related colors

Complementary color

Complementary color for #hex is #E66344.


I love getcolorcode.com

Triadic colors

1 #BB199C and #9CBB19 with #199CBB are triadic colors.

2 #BB9C19 and #9C19BB with #199CBB are triadic colors.