COLOR #00C0E1

HEX: #00C0E1
RGB: (0,192,225)

Color info

#00C0E1 contains only green and blue colors. Web safe color of #00C0E1 is #00CCCC (or #0CC).

RGB color model

#00C0E1 color RGB value is (0,192,225).

  • red value is 0;
  • green value is 192;
  • blue value is 225.
RGB:
(0,192,225)
(0%,75%,88%)

RGB channels and saturation

R 0 of 255 = 0%
G 192 of 255 = 75%
B 225 of 255 = 88%

0
192
225

R + G + B ~ 54%. #00C0E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 192 + 225 = 417 (100%)
R 0 of 417 ~ 0%
G 192 of 417 ~ 46.04%
B 225 of 417 ~ 53.96%

%46.04
%53.96

CMYK color model

#00C0E1 color CMYK value is (100,15,0,12).

  • cyan value is 100.00%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(100,15,0,12)
C100M15Y0K12 
(100%,15%,0%,12%)
(1.00/0.15/0.00/0.12)	

CMYK percentages

%100
%14.67
%0
%11.76

Codes

Color #00C0E1 in popluar color models

00C0E1
RGB0192225
HSL189°100.00%44.12%
HSB/HSV189°100.00%88.24%
CMYK100.00%14.67%0.00%
11.76%

Color #00C0E1 in popluar number systems.

HEX00C0E1
Decimal0192225
Binary01100000011100001
Octal0300341

Shades and tints

Shades of #00C0E1

#00C0E1
(0,192,225)
#00AFCD
(0,175,205)
#009EB9
(0,158,185)
#008DA5
(0,141,165)
#007C91
(0,124,145)
#006B7D
(0,107,125)
#005A69
(0,90,105)
#004955
(0,73,85)
#003841
(0,56,65)
#00272D
(0,39,45)
#001619
(0,22,25)
#000000
(0,0,0)

Tints of #00C0E1

#00C0E1
(0,192,225)
#17C5E3
(23,197,227)
#2ECAE5
(46,202,229)
#45CFE7
(69,207,231)
#5CD4E9
(92,212,233)
#73D9EB
(115,217,235)
#8ADEED
(138,222,237)
#A1E3EF
(161,227,239)
#B8E8F1
(184,232,241)
#CFEDF3
(207,237,243)
#E6F2F5
(230,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00C0E1 color. Also use rgb(0,192,225) instead hex code.

Text Font Color

.myTextColor { color: #00C0E1; }

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

This text font color is #00C0E1.


Background Color

.myBgColor { background-color: #00C0E1; }

<div style="background-color:#00C0E1">Inner text</div>

This div background color is #00C0E1.


Border color

.myBorderColor { border: 1px solid #00C0E1; }

<div style="border:3px solid #00C0E1">Div</div>

This div border color is #00C0E1.


Opacity

.myOpacity80 { color: #00C0E1; opacity: 0.8; }

<p style="color:#00C0E1;opacity:0.8;">80%</p>

Text with #00C0E1 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 #00C0E1;}

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

This text has shadow with #00C0E1 color.

.textShadow {text-shadow: 3px 3px 1px #00C0E1, 3px 3px 1px red;}

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

This text has shadow with #00C0E1 primary color and red secondary color.


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

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

This text has shadow with #00C0E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00C0E1 on black background.


Color preview on white background

This text has color #00C0E1 on white background.



Black color preview on #00C0E1 background

This text has black color on #00C0E1 background.


White color preview on #00C0E1 background

This text has white color on #00C0E1 background.