COLOR #0FB9E1

HEX: #0FB9E1
RGB: (15,185,225)

Color info

#0FB9E1 contains mainly green and blue colors. Web safe color of #0FB9E1 is #00CCCC (or #0CC).

RGB color model

#0FB9E1 color RGB value is (15,185,225).

  • red value is 15;
  • green value is 185;
  • blue value is 225.
RGB:
(15,185,225)
(6%,73%,88%)

RGB channels and saturation

R 15 of 255 = 6%
G 185 of 255 = 73%
B 225 of 255 = 88%

15
185
225

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

Portions of RGB colors in percentages

R + G + B =
15 + 185 + 225 = 425 (100%)
R 15 of 425 ~ 3.53%
G 185 of 425 ~ 43.53%
B 225 of 425 ~ 52.94%

%43.53
%52.94

CMYK color model

#0FB9E1 color CMYK value is (93,18,0,12).

  • cyan value is 93.33%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(93,18,0,12)
C93M18Y0K12 
(93%,18%,0%,12%)
(0.93/0.18/0.00/0.12)	

CMYK percentages

%93.33
%17.78
%0
%11.76

Codes

Color #0FB9E1 in popluar color models

0FB9E1
RGB15185225
HSL191°87.50%47.06%
HSB/HSV191°93.33%88.24%
CMYK93.33%17.78%0.00%
11.76%

Color #0FB9E1 in popluar number systems.

HEX0FB9E1
Decimal15185225
Binary11111011100111100001
Octal17271341

Shades and tints

Shades of #0FB9E1

#0FB9E1
(15,185,225)
#0EA9CD
(14,169,205)
#0D99B9
(13,153,185)
#0C89A5
(12,137,165)
#0B7991
(11,121,145)
#0A697D
(10,105,125)
#095969
(9,89,105)
#084955
(8,73,85)
#073941
(7,57,65)
#06292D
(6,41,45)
#051919
(5,25,25)
#000000
(0,0,0)

Tints of #0FB9E1

#0FB9E1
(15,185,225)
#24BFE3
(36,191,227)
#39C5E5
(57,197,229)
#4ECBE7
(78,203,231)
#63D1E9
(99,209,233)
#78D7EB
(120,215,235)
#8DDDED
(141,221,237)
#A2E3EF
(162,227,239)
#B7E9F1
(183,233,241)
#CCEFF3
(204,239,243)
#E1F5F5
(225,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FB9E1 color. Also use rgb(15,185,225) instead hex code.

Text Font Color

.myTextColor { color: #0FB9E1; }

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

This text font color is #0FB9E1.


Background Color

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

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

This div background color is #0FB9E1.


Border color

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

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

This div border color is #0FB9E1.


Opacity

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

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

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

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

This text has shadow with #0FB9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FB9E1 on black background.


Color preview on white background

This text has color #0FB9E1 on white background.



Black color preview on #0FB9E1 background

This text has black color on #0FB9E1 background.


White color preview on #0FB9E1 background

This text has white color on #0FB9E1 background.