COLOR #0BAFDC

HEX: #0BAFDC
RGB: (11,175,220)

Color info

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

RGB color model

#0BAFDC color RGB value is (11,175,220).

  • red value is 11;
  • green value is 175;
  • blue value is 220.
RGB:
(11,175,220)
(4%,69%,86%)

RGB channels and saturation

R 11 of 255 = 4%
G 175 of 255 = 69%
B 220 of 255 = 86%

11
175
220

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

Portions of RGB colors in percentages

R + G + B =
11 + 175 + 220 = 406 (100%)
R 11 of 406 ~ 2.71%
G 175 of 406 ~ 43.1%
B 220 of 406 ~ 54.19%

%43.1
%54.19

CMYK color model

#0BAFDC color CMYK value is (95,20,0,14).

  • cyan value is 95.00%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(95,20,0,14)
C95M20Y0K14 
(95%,20%,0%,14%)
(0.95/0.20/0.00/0.14)	

CMYK percentages

%95
%20.45
%0
%13.73

Codes

Color #0BAFDC in popluar color models

0BAFDC
RGB11175220
HSL193°90.48%45.29%
HSB/HSV193°95.00%86.27%
CMYK95.00%20.45%0.00%
13.73%

Color #0BAFDC in popluar number systems.

HEX0BAFDC
Decimal11175220
Binary10111010111111011100
Octal13257334

Shades and tints

Shades of #0BAFDC

#0BAFDC
(11,175,220)
#0AA0C8
(10,160,200)
#0991B4
(9,145,180)
#0882A0
(8,130,160)
#07738C
(7,115,140)
#066478
(6,100,120)
#055564
(5,85,100)
#044650
(4,70,80)
#03373C
(3,55,60)
#022828
(2,40,40)
#011914
(1,25,20)
#000000
(0,0,0)

Tints of #0BAFDC

#0BAFDC
(11,175,220)
#21B6DF
(33,182,223)
#37BDE2
(55,189,226)
#4DC4E5
(77,196,229)
#63CBE8
(99,203,232)
#79D2EB
(121,210,235)
#8FD9EE
(143,217,238)
#A5E0F1
(165,224,241)
#BBE7F4
(187,231,244)
#D1EEF7
(209,238,247)
#E7F5FA
(231,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BAFDC color. Also use rgb(11,175,220) instead hex code.

Text Font Color

.myTextColor { color: #0BAFDC; }

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

This text font color is #0BAFDC.


Background Color

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

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

This div background color is #0BAFDC.


Border color

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

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

This div border color is #0BAFDC.


Opacity

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

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

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

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

This text has shadow with #0BAFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BAFDC on black background.


Color preview on white background

This text has color #0BAFDC on white background.



Black color preview on #0BAFDC background

This text has black color on #0BAFDC background.


White color preview on #0BAFDC background

This text has white color on #0BAFDC background.