COLOR #199EDD

HEX: #199EDD
RGB: (25,158,221)

Color info

#199EDD contains mainly blue color. Web safe color of #199EDD is #0099CC (or #09C).

RGB color model

#199EDD color RGB value is (25,158,221).

  • red value is 25;
  • green value is 158;
  • blue value is 221.
RGB:
(25,158,221)
(10%,62%,87%)

RGB channels and saturation

R 25 of 255 = 10%
G 158 of 255 = 62%
B 221 of 255 = 87%

25
158
221

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

Portions of RGB colors in percentages

R + G + B =
25 + 158 + 221 = 404 (100%)
R 25 of 404 ~ 6.19%
G 158 of 404 ~ 39.11%
B 221 of 404 ~ 54.7%

%39.11
%54.7

CMYK color model

#199EDD color CMYK value is (89,29,0,13).

  • cyan value is 88.69%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(89,29,0,13)
C89M29Y0K13 
(89%,29%,0%,13%)
(0.89/0.29/0.00/0.13)	

CMYK percentages

%88.69
%28.51
%0
%13.33

Codes

Color #199EDD in popluar color models

199EDD
RGB25158221
HSL199°79.67%48.24%
HSB/HSV199°88.69%86.67%
CMYK88.69%28.51%0.00%
13.33%

Color #199EDD in popluar number systems.

HEX199EDD
Decimal25158221
Binary110011001111011011101
Octal31236335

Shades and tints

Shades of #199EDD

#199EDD
(25,158,221)
#1790C9
(23,144,201)
#1582B5
(21,130,181)
#1374A1
(19,116,161)
#11668D
(17,102,141)
#0F5879
(15,88,121)
#0D4A65
(13,74,101)
#0B3C51
(11,60,81)
#092E3D
(9,46,61)
#072029
(7,32,41)
#051215
(5,18,21)
#000000
(0,0,0)

Tints of #199EDD

#199EDD
(25,158,221)
#2DA6E0
(45,166,224)
#41AEE3
(65,174,227)
#55B6E6
(85,182,230)
#69BEE9
(105,190,233)
#7DC6EC
(125,198,236)
#91CEEF
(145,206,239)
#A5D6F2
(165,214,242)
#B9DEF5
(185,222,245)
#CDE6F8
(205,230,248)
#E1EEFB
(225,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #199EDD color. Also use rgb(25,158,221) instead hex code.

Text Font Color

.myTextColor { color: #199EDD; }

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

This text font color is #199EDD.


Background Color

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

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

This div background color is #199EDD.


Border color

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

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

This div border color is #199EDD.


Opacity

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

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

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

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

This text has shadow with #199EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #199EDD on black background.


Color preview on white background

This text has color #199EDD on white background.



Black color preview on #199EDD background

This text has black color on #199EDD background.


White color preview on #199EDD background

This text has white color on #199EDD background.