COLOR #01F5F8

HEX: #01F5F8
RGB: (1,245,248)

Color info

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

RGB color model

#01F5F8 color RGB value is (1,245,248).

  • red value is 1;
  • green value is 245;
  • blue value is 248.
RGB:
(1,245,248)
(0%,96%,97%)

RGB channels and saturation

R 1 of 255 = 0%
G 245 of 255 = 96%
B 248 of 255 = 97%

1
245
248

R + G + B ~ 64%. #01F5F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
1 + 245 + 248 = 494 (100%)
R 1 of 494 ~ 0.2%
G 245 of 494 ~ 49.6%
B 248 of 494 ~ 50.2%

%49.6
%50.2

CMYK color model

#01F5F8 color CMYK value is (100,1,0,3).

  • cyan value is 99.60%
  • magenta value is 1.21%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(100,1,0,3)
C100M1Y0K3 
(100%,1%,0%,3%)
(1.00/0.01/0.00/0.03)	

CMYK percentages

%99.6
%1.21
%0
%2.75

Codes

Color #01F5F8 in popluar color models

01F5F8
RGB1245248
HSL181°99.20%48.82%
HSB/HSV181°99.60%97.25%
CMYK99.60%1.21%0.00%
2.75%

Color #01F5F8 in popluar number systems.

HEX01F5F8
Decimal1245248
Binary11111010111111000
Octal1365370

Shades and tints

Shades of #01F5F8

#01F5F8
(1,245,248)
#01DFE2
(1,223,226)
#01C9CC
(1,201,204)
#01B3B6
(1,179,182)
#019DA0
(1,157,160)
#01878A
(1,135,138)
#017174
(1,113,116)
#015B5E
(1,91,94)
#014548
(1,69,72)
#012F32
(1,47,50)
#01191C
(1,25,28)
#000000
(0,0,0)

Tints of #01F5F8

#01F5F8
(1,245,248)
#18F5F8
(24,245,248)
#2FF5F8
(47,245,248)
#46F5F8
(70,245,248)
#5DF5F8
(93,245,248)
#74F5F8
(116,245,248)
#8BF5F8
(139,245,248)
#A2F5F8
(162,245,248)
#B9F5F8
(185,245,248)
#D0F5F8
(208,245,248)
#E7F5F8
(231,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01F5F8 color. Also use rgb(1,245,248) instead hex code.

Text Font Color

.myTextColor { color: #01F5F8; }

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

This text font color is #01F5F8.


Background Color

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

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

This div background color is #01F5F8.


Border color

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

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

This div border color is #01F5F8.


Opacity

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

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

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

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

This text has shadow with #01F5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01F5F8 on black background.


Color preview on white background

This text has color #01F5F8 on white background.



Black color preview on #01F5F8 background

This text has black color on #01F5F8 background.


White color preview on #01F5F8 background

This text has white color on #01F5F8 background.