COLOR #01C7EE

HEX: #01C7EE
RGB: (1,199,238)

Color info

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

RGB color model

#01C7EE color RGB value is (1,199,238).

  • red value is 1;
  • green value is 199;
  • blue value is 238.
RGB:
(1,199,238)
(0%,78%,93%)

RGB channels and saturation

R 1 of 255 = 0%
G 199 of 255 = 78%
B 238 of 255 = 93%

1
199
238

R + G + B ~ 57%. #01C7EE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
1 + 199 + 238 = 438 (100%)
R 1 of 438 ~ 0.23%
G 199 of 438 ~ 45.43%
B 238 of 438 ~ 54.34%

%45.43
%54.34

CMYK color model

#01C7EE color CMYK value is (100,16,0,7).

  • cyan value is 99.58%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(100,16,0,7)
C100M16Y0K7 
(100%,16%,0%,7%)
(1.00/0.16/0.00/0.07)	

CMYK percentages

%99.58
%16.39
%0
%6.67

Codes

Color #01C7EE in popluar color models

01C7EE
RGB1199238
HSL190°99.16%46.86%
HSB/HSV190°99.58%93.33%
CMYK99.58%16.39%0.00%
6.67%

Color #01C7EE in popluar number systems.

HEX01C7EE
Decimal1199238
Binary11100011111101110
Octal1307356

Shades and tints

Shades of #01C7EE

#01C7EE
(1,199,238)
#01B5D9
(1,181,217)
#01A3C4
(1,163,196)
#0191AF
(1,145,175)
#017F9A
(1,127,154)
#016D85
(1,109,133)
#015B70
(1,91,112)
#01495B
(1,73,91)
#013746
(1,55,70)
#012531
(1,37,49)
#01131C
(1,19,28)
#000000
(0,0,0)

Tints of #01C7EE

#01C7EE
(1,199,238)
#18CCEF
(24,204,239)
#2FD1F0
(47,209,240)
#46D6F1
(70,214,241)
#5DDBF2
(93,219,242)
#74E0F3
(116,224,243)
#8BE5F4
(139,229,244)
#A2EAF5
(162,234,245)
#B9EFF6
(185,239,246)
#D0F4F7
(208,244,247)
#E7F9F8
(231,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01C7EE color. Also use rgb(1,199,238) instead hex code.

Text Font Color

.myTextColor { color: #01C7EE; }

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

This text font color is #01C7EE.


Background Color

.myBgColor { background-color: #01C7EE; }

<div style="background-color:#01C7EE">Inner text</div>

This div background color is #01C7EE.


Border color

.myBorderColor { border: 1px solid #01C7EE; }

<div style="border:3px solid #01C7EE">Div</div>

This div border color is #01C7EE.


Opacity

.myOpacity80 { color: #01C7EE; opacity: 0.8; }

<p style="color:#01C7EE;opacity:0.8;">80%</p>

Text with #01C7EE 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 #01C7EE;}

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

This text has shadow with #01C7EE color.

.textShadow {text-shadow: 3px 3px 1px #01C7EE, 3px 3px 1px red;}

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

This text has shadow with #01C7EE primary color and red secondary color.


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

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

This text has shadow with #01C7EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01C7EE on black background.


Color preview on white background

This text has color #01C7EE on white background.



Black color preview on #01C7EE background

This text has black color on #01C7EE background.


White color preview on #01C7EE background

This text has white color on #01C7EE background.