COLOR #0CE1EE

HEX: #0CE1EE
RGB: (12,225,238)

Color info

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

RGB color model

#0CE1EE color RGB value is (12,225,238).

  • red value is 12;
  • green value is 225;
  • blue value is 238.
RGB:
(12,225,238)
(5%,88%,93%)

RGB channels and saturation

R 12 of 255 = 5%
G 225 of 255 = 88%
B 238 of 255 = 93%

12
225
238

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

Portions of RGB colors in percentages

R + G + B =
12 + 225 + 238 = 475 (100%)
R 12 of 475 ~ 2.53%
G 225 of 475 ~ 47.37%
B 238 of 475 ~ 50.11%

%47.37
%50.11

CMYK color model

#0CE1EE color CMYK value is (95,5,0,7).

  • cyan value is 94.96%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(95,5,0,7)
C95M5Y0K7 
(95%,5%,0%,7%)
(0.95/0.05/0.00/0.07)	

CMYK percentages

%94.96
%5.46
%0
%6.67

Codes

Color #0CE1EE in popluar color models

0CE1EE
RGB12225238
HSL183°90.40%49.02%
HSB/HSV183°94.96%93.33%
CMYK94.96%5.46%0.00%
6.67%

Color #0CE1EE in popluar number systems.

HEX0CE1EE
Decimal12225238
Binary11001110000111101110
Octal14341356

Shades and tints

Shades of #0CE1EE

#0CE1EE
(12,225,238)
#0BCDD9
(11,205,217)
#0AB9C4
(10,185,196)
#09A5AF
(9,165,175)
#08919A
(8,145,154)
#077D85
(7,125,133)
#066970
(6,105,112)
#05555B
(5,85,91)
#044146
(4,65,70)
#032D31
(3,45,49)
#02191C
(2,25,28)
#000000
(0,0,0)

Tints of #0CE1EE

#0CE1EE
(12,225,238)
#22E3EF
(34,227,239)
#38E5F0
(56,229,240)
#4EE7F1
(78,231,241)
#64E9F2
(100,233,242)
#7AEBF3
(122,235,243)
#90EDF4
(144,237,244)
#A6EFF5
(166,239,245)
#BCF1F6
(188,241,246)
#D2F3F7
(210,243,247)
#E8F5F8
(232,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CE1EE color. Also use rgb(12,225,238) instead hex code.

Text Font Color

.myTextColor { color: #0CE1EE; }

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

This text font color is #0CE1EE.


Background Color

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

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

This div background color is #0CE1EE.


Border color

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

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

This div border color is #0CE1EE.


Opacity

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

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

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

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

This text has shadow with #0CE1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CE1EE on black background.


Color preview on white background

This text has color #0CE1EE on white background.



Black color preview on #0CE1EE background

This text has black color on #0CE1EE background.


White color preview on #0CE1EE background

This text has white color on #0CE1EE background.