COLOR #0BCBE9

HEX: #0BCBE9 RGB: (11,203,233)

Color info

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

RGB color model

#0BCBE9 color RGB value is (11,203,233).

RGB: (11,203,233) (4%, 80%, 91%)

RGB channels and saturation

R 11 of 255 = 4%
G 203 of 255 = 80%
B 233 of 255 = 91%

11
203
233

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

Portions of RGB colors in percentages

R + G + B = 11 + 203 + 233 = 447 (100%)
R 11 of 447 ~ 2.46%
G 203 of 447 ~ 45.41%
B 233 of 447 ~ 52.13'%

%45.41
%52.13

CMYK color model

#0BCBE9 color CMYK value is (95,13,0,9).

  • cyan value is 95.28%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (95,13,0,9)
C95M13Y0K9 (95%, 13%, 0%, 9%)
(0.95 / 0.13 / 0.00 / 0.09)

CMYK percentages

%95.28
%12.88
%0
%8.63

Codes

Color #0BCBE9 in popluar color models

0B CB E9
RGB 11 203 233
HSL 188° 90.98% 47.84%
HSB/HSV 188° 95.28% 91.37%
CMYK 95.28% 12.88% 0.00%
8.63%

Color #0BCBE9 in popluar number systems.

HEX 0B CB E9
Decimal 11 203 233
Binary 1011 11001011 11101001
Octal 13 313 351

Shades and tints

Shades of #0BCBE9

#0BCBE9
(11,203,233)
#0AB9D4
(10,185,212)
#09A7BF
(9,167,191)
#0895AA
(8,149,170)
#078395
(7,131,149)
#067180
(6,113,128)
#055F6B
(5,95,107)
#044D56
(4,77,86)
#033B41
(3,59,65)
#02292C
(2,41,44)
#011717
(1,23,23)
#000000
(0,0,0)

Tints of #0BCBE9

#0BCBE9
(11,203,233)
#21CFEB
(33,207,235)
#37D3ED
(55,211,237)
#4DD7EF
(77,215,239)
#63DBF1
(99,219,241)
#79DFF3
(121,223,243)
#8FE3F5
(143,227,245)
#A5E7F7
(165,231,247)
#BBEBF9
(187,235,249)
#D1EFFB
(209,239,251)
#E7F3FD
(231,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BCBE9 color. Also use rgb(11,203,233) instead hex code.

Text Font Color

.myTextColor { color: #0BCBE9; }

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

This text font color is #0BCBE9.

Background Color

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

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

This div background color is #0BCBE9.

Border color

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

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

This div border color is #0BCBE9.

Opacity

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

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

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

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

This text has shadow with #0BCBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0BCBE9.

Preview

Color preview on black background

This text has color #0BCBE9 on black background.


Color preview on white background

This text has color #0BCBE9 on white background.


Black color preview on #0BCBE9 background

This text has black color on #0BCBE9 background.


White color preview on #0BCBE9 background

This text has white color on #0BCBE9 background.


Related colors

Complementary color

Complementary color for #hex is #F43416.


I love getcolorcode.com

Triadic colors

1 #E90BCB and #CBE90B with #0BCBE9 are triadic colors.

2 #E9CB0B and #CB0BE9 with #0BCBE9 are triadic colors.