COLOR #0DC4F5

HEX: #0DC4F5
RGB: (13,196,245)

Color info

#0DC4F5 contains mainly green and blue colors. Web safe color of #0DC4F5 is #00CCFF (or #0CF).

RGB color model

#0DC4F5 color RGB value is (13,196,245).

  • red value is 13;
  • green value is 196;
  • blue value is 245.
RGB:
(13,196,245)
(5%,77%,96%)

RGB channels and saturation

R 13 of 255 = 5%
G 196 of 255 = 77%
B 245 of 255 = 96%

13
196
245

R + G + B ~ 59%. #0DC4F5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
13 + 196 + 245 = 454 (100%)
R 13 of 454 ~ 2.86%
G 196 of 454 ~ 43.17%
B 245 of 454 ~ 53.96%

%43.17
%53.96

CMYK color model

#0DC4F5 color CMYK value is (95,20,0,4).

  • cyan value is 94.69%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(95,20,0,4)
C95M20Y0K4 
(95%,20%,0%,4%)
(0.95/0.20/0.00/0.04)	

CMYK percentages

%94.69
%20
%0
%3.92

Codes

Color #0DC4F5 in popluar color models

0DC4F5
RGB13196245
HSL193°92.06%50.59%
HSB/HSV193°94.69%96.08%
CMYK94.69%20.00%0.00%
3.92%

Color #0DC4F5 in popluar number systems.

HEX0DC4F5
Decimal13196245
Binary11011100010011110101
Octal15304365

Shades and tints

Shades of #0DC4F5

#0DC4F5
(13,196,245)
#0CB3DF
(12,179,223)
#0BA2C9
(11,162,201)
#0A91B3
(10,145,179)
#09809D
(9,128,157)
#086F87
(8,111,135)
#075E71
(7,94,113)
#064D5B
(6,77,91)
#053C45
(5,60,69)
#042B2F
(4,43,47)
#031A19
(3,26,25)
#000000
(0,0,0)

Tints of #0DC4F5

#0DC4F5
(13,196,245)
#23C9F5
(35,201,245)
#39CEF5
(57,206,245)
#4FD3F5
(79,211,245)
#65D8F5
(101,216,245)
#7BDDF5
(123,221,245)
#91E2F5
(145,226,245)
#A7E7F5
(167,231,245)
#BDECF5
(189,236,245)
#D3F1F5
(211,241,245)
#E9F6F5
(233,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DC4F5 color. Also use rgb(13,196,245) instead hex code.

Text Font Color

.myTextColor { color: #0DC4F5; }

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

This text font color is #0DC4F5.


Background Color

.myBgColor { background-color: #0DC4F5; }

<div style="background-color:#0DC4F5">Inner text</div>

This div background color is #0DC4F5.


Border color

.myBorderColor { border: 1px solid #0DC4F5; }

<div style="border:3px solid #0DC4F5">Div</div>

This div border color is #0DC4F5.


Opacity

.myOpacity80 { color: #0DC4F5; opacity: 0.8; }

<p style="color:#0DC4F5;opacity:0.8;">80%</p>

Text with #0DC4F5 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 #0DC4F5;}

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

This text has shadow with #0DC4F5 color.

.textShadow {text-shadow: 3px 3px 1px #0DC4F5, 3px 3px 1px red;}

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

This text has shadow with #0DC4F5 primary color and red secondary color.


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

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

This text has shadow with #0DC4F5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DC4F5 on black background.


Color preview on white background

This text has color #0DC4F5 on white background.



Black color preview on #0DC4F5 background

This text has black color on #0DC4F5 background.


White color preview on #0DC4F5 background

This text has white color on #0DC4F5 background.