COLOR #0BCDF9

HEX: #0BCDF9
RGB: (11,205,249)

Color info

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

RGB color model

#0BCDF9 color RGB value is (11,205,249).

  • red value is 11;
  • green value is 205;
  • blue value is 249.
RGB:
(11,205,249)
(4%,80%,98%)

RGB channels and saturation

R 11 of 255 = 4%
G 205 of 255 = 80%
B 249 of 255 = 98%

11
205
249

R + G + B ~ 61%. #0BCDF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
11 + 205 + 249 = 465 (100%)
R 11 of 465 ~ 2.37%
G 205 of 465 ~ 44.09%
B 249 of 465 ~ 53.55%

%44.09
%53.55

CMYK color model

#0BCDF9 color CMYK value is (96,18,0,2).

  • cyan value is 95.58%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(96,18,0,2)
C96M18Y0K2 
(96%,18%,0%,2%)
(0.96/0.18/0.00/0.02)	

CMYK percentages

%95.58
%17.67
%0
%2.35

Codes

Color #0BCDF9 in popluar color models

0BCDF9
RGB11205249
HSL191°95.20%50.98%
HSB/HSV191°95.58%97.65%
CMYK95.58%17.67%0.00%
2.35%

Color #0BCDF9 in popluar number systems.

HEX0BCDF9
Decimal11205249
Binary10111100110111111001
Octal13315371

Shades and tints

Shades of #0BCDF9

#0BCDF9
(11,205,249)
#0ABBE3
(10,187,227)
#09A9CD
(9,169,205)
#0897B7
(8,151,183)
#0785A1
(7,133,161)
#06738B
(6,115,139)
#056175
(5,97,117)
#044F5F
(4,79,95)
#033D49
(3,61,73)
#022B33
(2,43,51)
#01191D
(1,25,29)
#000000
(0,0,0)

Tints of #0BCDF9

#0BCDF9
(11,205,249)
#21D1F9
(33,209,249)
#37D5F9
(55,213,249)
#4DD9F9
(77,217,249)
#63DDF9
(99,221,249)
#79E1F9
(121,225,249)
#8FE5F9
(143,229,249)
#A5E9F9
(165,233,249)
#BBEDF9
(187,237,249)
#D1F1F9
(209,241,249)
#E7F5F9
(231,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BCDF9 color. Also use rgb(11,205,249) instead hex code.

Text Font Color

.myTextColor { color: #0BCDF9; }

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

This text font color is #0BCDF9.


Background Color

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

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

This div background color is #0BCDF9.


Border color

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

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

This div border color is #0BCDF9.


Opacity

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

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

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

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

This text has shadow with #0BCDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BCDF9 on black background.


Color preview on white background

This text has color #0BCDF9 on white background.



Black color preview on #0BCDF9 background

This text has black color on #0BCDF9 background.


White color preview on #0BCDF9 background

This text has white color on #0BCDF9 background.