COLOR #01C9F6

HEX: #01C9F6
RGB: (1,201,246)

Color info

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

RGB color model

#01C9F6 color RGB value is (1,201,246).

  • red value is 1;
  • green value is 201;
  • blue value is 246.
RGB:
(1,201,246)
(0%,79%,96%)

RGB channels and saturation

R 1 of 255 = 0%
G 201 of 255 = 79%
B 246 of 255 = 96%

1
201
246

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

Portions of RGB colors in percentages

R + G + B =
1 + 201 + 246 = 448 (100%)
R 1 of 448 ~ 0.22%
G 201 of 448 ~ 44.87%
B 246 of 448 ~ 54.91%

%44.87
%54.91

CMYK color model

#01C9F6 color CMYK value is (100,18,0,4).

  • cyan value is 99.59%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(100,18,0,4)
C100M18Y0K4 
(100%,18%,0%,4%)
(1.00/0.18/0.00/0.04)	

CMYK percentages

%99.59
%18.29
%0
%3.53

Codes

Color #01C9F6 in popluar color models

01C9F6
RGB1201246
HSL191°99.19%48.43%
HSB/HSV191°99.59%96.47%
CMYK99.59%18.29%0.00%
3.53%

Color #01C9F6 in popluar number systems.

HEX01C9F6
Decimal1201246
Binary11100100111110110
Octal1311366

Shades and tints

Shades of #01C9F6

#01C9F6
(1,201,246)
#01B7E0
(1,183,224)
#01A5CA
(1,165,202)
#0193B4
(1,147,180)
#01819E
(1,129,158)
#016F88
(1,111,136)
#015D72
(1,93,114)
#014B5C
(1,75,92)
#013946
(1,57,70)
#012730
(1,39,48)
#01151A
(1,21,26)
#000000
(0,0,0)

Tints of #01C9F6

#01C9F6
(1,201,246)
#18CDF6
(24,205,246)
#2FD1F6
(47,209,246)
#46D5F6
(70,213,246)
#5DD9F6
(93,217,246)
#74DDF6
(116,221,246)
#8BE1F6
(139,225,246)
#A2E5F6
(162,229,246)
#B9E9F6
(185,233,246)
#D0EDF6
(208,237,246)
#E7F1F6
(231,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01C9F6 color. Also use rgb(1,201,246) instead hex code.

Text Font Color

.myTextColor { color: #01C9F6; }

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

This text font color is #01C9F6.


Background Color

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

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

This div background color is #01C9F6.


Border color

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

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

This div border color is #01C9F6.


Opacity

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

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

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

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

This text has shadow with #01C9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01C9F6 on black background.


Color preview on white background

This text has color #01C9F6 on white background.



Black color preview on #01C9F6 background

This text has black color on #01C9F6 background.


White color preview on #01C9F6 background

This text has white color on #01C9F6 background.