COLOR #198FB6

HEX: #198FB6 RGB: (25,143,182)

Color info

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

RGB color model

#198FB6 color RGB value is (25,143,182).

RGB: (25,143,182) (10%, 56%, 71%)

RGB channels and saturation

R 25 of 255 = 10%
G 143 of 255 = 56%
B 182 of 255 = 71%

25
143
182

R + G + B ~ 46%. #198FB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 25 + 143 + 182 = 350 (100%)
R 25 of 350 ~ 7.14%
G 143 of 350 ~ 40.86%
B 182 of 350 ~ 52'%

%40.86
%52

CMYK color model

#198FB6 color CMYK value is (86,21,0,29).

  • cyan value is 86.26%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (86,21,0,29)
C86M21Y0K29 (86%, 21%, 0%, 29%)
(0.86 / 0.21 / 0.00 / 0.29)

CMYK percentages

%86.26
%21.43
%0
%28.63

Codes

Color #198FB6 in popluar color models

19 8F B6
RGB 25 143 182
HSL 195° 75.85% 40.59%
HSB/HSV 195° 86.26% 71.37%
CMYK 86.26% 21.43% 0.00%
28.63%

Color #198FB6 in popluar number systems.

HEX 19 8F B6
Decimal 25 143 182
Binary 11001 10001111 10110110
Octal 31 217 266

Shades and tints

Shades of #198FB6

#198FB6
(25,143,182)
#1782A6
(23,130,166)
#157596
(21,117,150)
#136886
(19,104,134)
#115B76
(17,91,118)
#0F4E66
(15,78,102)
#0D4156
(13,65,86)
#0B3446
(11,52,70)
#092736
(9,39,54)
#071A26
(7,26,38)
#050D16
(5,13,22)
#000000
(0,0,0)

Tints of #198FB6

#198FB6
(25,143,182)
#2D99BC
(45,153,188)
#41A3C2
(65,163,194)
#55ADC8
(85,173,200)
#69B7CE
(105,183,206)
#7DC1D4
(125,193,212)
#91CBDA
(145,203,218)
#A5D5E0
(165,213,224)
#B9DFE6
(185,223,230)
#CDE9EC
(205,233,236)
#E1F3F2
(225,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #198FB6 color. Also use rgb(25,143,182) instead hex code.

Text Font Color

.myTextColor { color: #198FB6; }

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

This text font color is #198FB6.

Background Color

.myBgColor { background-color: #198FB6; }

<div style="background-color:#198FB6">Inner text</div>

This div background color is #198FB6.

Border color

.myBorderColor { border: 1px solid #198FB6; }

<div style="border:3px solid #198FB6">Div</div>

This div border color is #198FB6.

Opacity

.myOpacity80 { color: #198FB6; opacity: 0.8; }

<p style="color:#198FB6;opacity:0.8;">80%</p>

Text with #198FB6 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 #198FB6;}

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

This text has shadow with #198FB6 color.


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

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

This text has shadow with #198FB6 primary color and red secondary color.


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

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

This text has shadow with #198FB6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #198FB6.

Preview

Color preview on black background

This text has color #198FB6 on black background.


Color preview on white background

This text has color #198FB6 on white background.


Black color preview on #198FB6 background

This text has black color on #198FB6 background.


White color preview on #198FB6 background

This text has white color on #198FB6 background.


Related colors

Complementary color

Complementary color for #hex is #E67049.


I love getcolorcode.com

Triadic colors

1 #B6198F and #8FB619 with #198FB6 are triadic colors.

2 #B68F19 and #8F19B6 with #198FB6 are triadic colors.