COLOR #0F8CBD

HEX: #0F8CBD RGB: (15,140,189)

Color info

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

RGB color model

#0F8CBD color RGB value is (15,140,189).

RGB: (15,140,189) (6%, 55%, 74%)

RGB channels and saturation

R 15 of 255 = 6%
G 140 of 255 = 55%
B 189 of 255 = 74%

15
140
189

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

Portions of RGB colors in percentages

R + G + B = 15 + 140 + 189 = 344 (100%)
R 15 of 344 ~ 4.36%
G 140 of 344 ~ 40.7%
B 189 of 344 ~ 54.94'%

%40.7
%54.94

CMYK color model

#0F8CBD color CMYK value is (92,26,0,26).

  • cyan value is 92.06%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (92,26,0,26) C92M26Y0K26 (92%,26%,0%,26%) (0.92/0.26/0.00/0.26) 

CMYK percentages

%92.06
%25.93
%0
%25.88

Codes

Color #0F8CBD in popluar color models

0F 8C BD
RGB 15 140 189
HSL 197° 85.29% 40.00%
HSB/HSV 197° 92.06% 74.12%
CMYK 92.06% 25.93% 0.00%
25.88%

Color #0F8CBD in popluar number systems.

HEX 0F 8C BD
Decimal 15 140 189
Binary 1111 10001100 10111101
Octal 17 214 275

Shades and tints

Shades of #0F8CBD

#0F8CBD
(15,140,189)
#0E80AC
(14,128,172)
#0D749B
(13,116,155)
#0C688A
(12,104,138)
#0B5C79
(11,92,121)
#0A5068
(10,80,104)
#094457
(9,68,87)
#083846
(8,56,70)
#072C35
(7,44,53)
#062024
(6,32,36)
#051413
(5,20,19)
#000000
(0,0,0)

Tints of #0F8CBD

#0F8CBD
(15,140,189)
#2496C3
(36,150,195)
#39A0C9
(57,160,201)
#4EAACF
(78,170,207)
#63B4D5
(99,180,213)
#78BEDB
(120,190,219)
#8DC8E1
(141,200,225)
#A2D2E7
(162,210,231)
#B7DCED
(183,220,237)
#CCE6F3
(204,230,243)
#E1F0F9
(225,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F8CBD color. Also use rgb(15,140,189) instead hex code.

Text Font Color

.myTextColor { color: #0F8CBD; }

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

This text font color is #0F8CBD.

Background Color

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

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

This div background color is #0F8CBD.

Border color

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

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

This div border color is #0F8CBD.

Opacity

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

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

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

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

This text has shadow with #0F8CBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F8CBD.

Preview

Color preview on black background

This text has color #0F8CBD on black background.


Color preview on white background

This text has color #0F8CBD on white background.


Black color preview on #0F8CBD background

This text has black color on #0F8CBD background.


White color preview on #0F8CBD background

This text has white color on #0F8CBD background.


Related colors

Complementary color

Complementary color for #hex is #F07342.


I love getcolorcode.com

Triadic colors

1 #BD0F8C and #8CBD0F with #0F8CBD are triadic colors.

2 #BD8C0F and #8C0FBD with #0F8CBD are triadic colors.