COLOR #0CD1EB

HEX: #0CD1EB
RGB: (12,209,235)

Color info

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

RGB color model

#0CD1EB color RGB value is (12,209,235).

  • red value is 12;
  • green value is 209;
  • blue value is 235.
RGB:
(12,209,235)
(5%,82%,92%)

RGB channels and saturation

R 12 of 255 = 5%
G 209 of 255 = 82%
B 235 of 255 = 92%

12
209
235

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

Portions of RGB colors in percentages

R + G + B =
12 + 209 + 235 = 456 (100%)
R 12 of 456 ~ 2.63%
G 209 of 456 ~ 45.83%
B 235 of 456 ~ 51.54%

%45.83
%51.54

CMYK color model

#0CD1EB color CMYK value is (95,11,0,8).

  • cyan value is 94.89%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(95,11,0,8)
C95M11Y0K8 
(95%,11%,0%,8%)
(0.95/0.11/0.00/0.08)	

CMYK percentages

%94.89
%11.06
%0
%7.84

Codes

Color #0CD1EB in popluar color models

0CD1EB
RGB12209235
HSL187°90.28%48.43%
HSB/HSV187°94.89%92.16%
CMYK94.89%11.06%0.00%
7.84%

Color #0CD1EB in popluar number systems.

HEX0CD1EB
Decimal12209235
Binary11001101000111101011
Octal14321353

Shades and tints

Shades of #0CD1EB

#0CD1EB
(12,209,235)
#0BBED6
(11,190,214)
#0AABC1
(10,171,193)
#0998AC
(9,152,172)
#088597
(8,133,151)
#077282
(7,114,130)
#065F6D
(6,95,109)
#054C58
(5,76,88)
#043943
(4,57,67)
#03262E
(3,38,46)
#021319
(2,19,25)
#000000
(0,0,0)

Tints of #0CD1EB

#0CD1EB
(12,209,235)
#22D5EC
(34,213,236)
#38D9ED
(56,217,237)
#4EDDEE
(78,221,238)
#64E1EF
(100,225,239)
#7AE5F0
(122,229,240)
#90E9F1
(144,233,241)
#A6EDF2
(166,237,242)
#BCF1F3
(188,241,243)
#D2F5F4
(210,245,244)
#E8F9F5
(232,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CD1EB color. Also use rgb(12,209,235) instead hex code.

Text Font Color

.myTextColor { color: #0CD1EB; }

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

This text font color is #0CD1EB.


Background Color

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

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

This div background color is #0CD1EB.


Border color

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

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

This div border color is #0CD1EB.


Opacity

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

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

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

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

This text has shadow with #0CD1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CD1EB on black background.


Color preview on white background

This text has color #0CD1EB on white background.



Black color preview on #0CD1EB background

This text has black color on #0CD1EB background.


White color preview on #0CD1EB background

This text has white color on #0CD1EB background.