COLOR #01FBF6

HEX: #01FBF6
RGB: (1,251,246)

Color info

#01FBF6 contains mainly green and blue colors. Web safe color of #01FBF6 is #00FFFF (or #0FF).

RGB color model

#01FBF6 color RGB value is (1,251,246).

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

RGB channels and saturation

R 1 of 255 = 0%
G 251 of 255 = 98%
B 246 of 255 = 96%

1
251
246

R + G + B ~ 65%. #01FBF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
1 + 251 + 246 = 498 (100%)
R 1 of 498 ~ 0.2%
G 251 of 498 ~ 50.4%
B 246 of 498 ~ 49.4%

%50.4
%49.4

CMYK color model

#01FBF6 color CMYK value is (100,0,2,2).

  • cyan value is 99.60%
  • magenta value is 0.00%
  • yellow value is 1.99%
  • key color value is 1.57%
CMYK:
(100,0,2,2)
C100M0Y2K2 
(100%,0%,2%,2%)
(1.00/0.00/0.02/0.02)	

CMYK percentages

%99.6
%0
%1.99
%1.57

Codes

Color #01FBF6 in popluar color models

01FBF6
RGB1251246
HSL179°99.21%49.41%
HSB/HSV179°99.60%98.43%
CMYK99.60%0.00%1.99%
1.57%

Color #01FBF6 in popluar number systems.

HEX01FBF6
Decimal1251246
Binary11111101111110110
Octal1373366

Shades and tints

Shades of #01FBF6

#01FBF6
(1,251,246)
#01E5E0
(1,229,224)
#01CFCA
(1,207,202)
#01B9B4
(1,185,180)
#01A39E
(1,163,158)
#018D88
(1,141,136)
#017772
(1,119,114)
#01615C
(1,97,92)
#014B46
(1,75,70)
#013530
(1,53,48)
#011F1A
(1,31,26)
#000000
(0,0,0)

Tints of #01FBF6

#01FBF6
(1,251,246)
#18FBF6
(24,251,246)
#2FFBF6
(47,251,246)
#46FBF6
(70,251,246)
#5DFBF6
(93,251,246)
#74FBF6
(116,251,246)
#8BFBF6
(139,251,246)
#A2FBF6
(162,251,246)
#B9FBF6
(185,251,246)
#D0FBF6
(208,251,246)
#E7FBF6
(231,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01FBF6; }

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

This text font color is #01FBF6.


Background Color

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

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

This div background color is #01FBF6.


Border color

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

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

This div border color is #01FBF6.


Opacity

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

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

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

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

This text has shadow with #01FBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01FBF6 on black background.


Color preview on white background

This text has color #01FBF6 on white background.



Black color preview on #01FBF6 background

This text has black color on #01FBF6 background.


White color preview on #01FBF6 background

This text has white color on #01FBF6 background.