COLOR #0BD5F7

HEX: #0BD5F7
RGB: (11,213,247)

Color info

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

RGB color model

#0BD5F7 color RGB value is (11,213,247).

  • red value is 11;
  • green value is 213;
  • blue value is 247.
RGB:
(11,213,247)
(4%,84%,97%)

RGB channels and saturation

R 11 of 255 = 4%
G 213 of 255 = 84%
B 247 of 255 = 97%

11
213
247

R + G + B ~ 62%. #0BD5F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
11 + 213 + 247 = 471 (100%)
R 11 of 471 ~ 2.34%
G 213 of 471 ~ 45.22%
B 247 of 471 ~ 52.44%

%45.22
%52.44

CMYK color model

#0BD5F7 color CMYK value is (96,14,0,3).

  • cyan value is 95.55%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(96,14,0,3)
C96M14Y0K3 
(96%,14%,0%,3%)
(0.96/0.14/0.00/0.03)	

CMYK percentages

%95.55
%13.77
%0
%3.14

Codes

Color #0BD5F7 in popluar color models

0BD5F7
RGB11213247
HSL189°93.65%50.59%
HSB/HSV189°95.55%96.86%
CMYK95.55%13.77%0.00%
3.14%

Color #0BD5F7 in popluar number systems.

HEX0BD5F7
Decimal11213247
Binary10111101010111110111
Octal13325367

Shades and tints

Shades of #0BD5F7

#0BD5F7
(11,213,247)
#0AC2E1
(10,194,225)
#09AFCB
(9,175,203)
#089CB5
(8,156,181)
#07899F
(7,137,159)
#067689
(6,118,137)
#056373
(5,99,115)
#04505D
(4,80,93)
#033D47
(3,61,71)
#022A31
(2,42,49)
#01171B
(1,23,27)
#000000
(0,0,0)

Tints of #0BD5F7

#0BD5F7
(11,213,247)
#21D8F7
(33,216,247)
#37DBF7
(55,219,247)
#4DDEF7
(77,222,247)
#63E1F7
(99,225,247)
#79E4F7
(121,228,247)
#8FE7F7
(143,231,247)
#A5EAF7
(165,234,247)
#BBEDF7
(187,237,247)
#D1F0F7
(209,240,247)
#E7F3F7
(231,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BD5F7 color. Also use rgb(11,213,247) instead hex code.

Text Font Color

.myTextColor { color: #0BD5F7; }

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

This text font color is #0BD5F7.


Background Color

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

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

This div background color is #0BD5F7.


Border color

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

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

This div border color is #0BD5F7.


Opacity

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

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

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

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

This text has shadow with #0BD5F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BD5F7 on black background.


Color preview on white background

This text has color #0BD5F7 on white background.



Black color preview on #0BD5F7 background

This text has black color on #0BD5F7 background.


White color preview on #0BD5F7 background

This text has white color on #0BD5F7 background.