COLOR #198FC9

HEX: #198FC9
RGB: (25,143,201)

Color info

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

RGB color model

#198FC9 color RGB value is (25,143,201).

  • red value is 25;
  • green value is 143;
  • blue value is 201.
RGB:
(25,143,201)
(10%,56%,79%)

RGB channels and saturation

R 25 of 255 = 10%
G 143 of 255 = 56%
B 201 of 255 = 79%

25
143
201

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

Portions of RGB colors in percentages

R + G + B =
25 + 143 + 201 = 369 (100%)
R 25 of 369 ~ 6.78%
G 143 of 369 ~ 38.75%
B 201 of 369 ~ 54.47%

%38.75
%54.47

CMYK color model

#198FC9 color CMYK value is (88,29,0,21).

  • cyan value is 87.56%
  • magenta value is 28.86%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(88,29,0,21)
C88M29Y0K21 
(88%,29%,0%,21%)
(0.88/0.29/0.00/0.21)	

CMYK percentages

%87.56
%28.86
%0
%21.18

Codes

Color #198FC9 in popluar color models

198FC9
RGB25143201
HSL200°77.88%44.31%
HSB/HSV200°87.56%78.82%
CMYK87.56%28.86%0.00%
21.18%

Color #198FC9 in popluar number systems.

HEX198FC9
Decimal25143201
Binary110011000111111001001
Octal31217311

Shades and tints

Shades of #198FC9

#198FC9
(25,143,201)
#1782B7
(23,130,183)
#1575A5
(21,117,165)
#136893
(19,104,147)
#115B81
(17,91,129)
#0F4E6F
(15,78,111)
#0D415D
(13,65,93)
#0B344B
(11,52,75)
#092739
(9,39,57)
#071A27
(7,26,39)
#050D15
(5,13,21)
#000000
(0,0,0)

Tints of #198FC9

#198FC9
(25,143,201)
#2D99CD
(45,153,205)
#41A3D1
(65,163,209)
#55ADD5
(85,173,213)
#69B7D9
(105,183,217)
#7DC1DD
(125,193,221)
#91CBE1
(145,203,225)
#A5D5E5
(165,213,229)
#B9DFE9
(185,223,233)
#CDE9ED
(205,233,237)
#E1F3F1
(225,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #198FC9; }

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

This text font color is #198FC9.


Background Color

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

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

This div background color is #198FC9.


Border color

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

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

This div border color is #198FC9.


Opacity

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

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

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

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

This text has shadow with #198FC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #198FC9 on black background.


Color preview on white background

This text has color #198FC9 on white background.



Black color preview on #198FC9 background

This text has black color on #198FC9 background.


White color preview on #198FC9 background

This text has white color on #198FC9 background.