COLOR #0FCFE9

HEX: #0FCFE9
RGB: (15,207,233)

Color info

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

RGB color model

#0FCFE9 color RGB value is (15,207,233).

  • red value is 15;
  • green value is 207;
  • blue value is 233.
RGB:
(15,207,233)
(6%,81%,91%)

RGB channels and saturation

R 15 of 255 = 6%
G 207 of 255 = 81%
B 233 of 255 = 91%

15
207
233

R + G + B ~ 59%. #0FCFE9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
15 + 207 + 233 = 455 (100%)
R 15 of 455 ~ 3.3%
G 207 of 455 ~ 45.49%
B 233 of 455 ~ 51.21%

%45.49
%51.21

CMYK color model

#0FCFE9 color CMYK value is (94,11,0,9).

  • cyan value is 93.56%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(94,11,0,9)
C94M11Y0K9 
(94%,11%,0%,9%)
(0.94/0.11/0.00/0.09)	

CMYK percentages

%93.56
%11.16
%0
%8.63

Codes

Color #0FCFE9 in popluar color models

0FCFE9
RGB15207233
HSL187°87.90%48.63%
HSB/HSV187°93.56%91.37%
CMYK93.56%11.16%0.00%
8.63%

Color #0FCFE9 in popluar number systems.

HEX0FCFE9
Decimal15207233
Binary11111100111111101001
Octal17317351

Shades and tints

Shades of #0FCFE9

#0FCFE9
(15,207,233)
#0EBDD4
(14,189,212)
#0DABBF
(13,171,191)
#0C99AA
(12,153,170)
#0B8795
(11,135,149)
#0A7580
(10,117,128)
#09636B
(9,99,107)
#085156
(8,81,86)
#073F41
(7,63,65)
#062D2C
(6,45,44)
#051B17
(5,27,23)
#000000
(0,0,0)

Tints of #0FCFE9

#0FCFE9
(15,207,233)
#24D3EB
(36,211,235)
#39D7ED
(57,215,237)
#4EDBEF
(78,219,239)
#63DFF1
(99,223,241)
#78E3F3
(120,227,243)
#8DE7F5
(141,231,245)
#A2EBF7
(162,235,247)
#B7EFF9
(183,239,249)
#CCF3FB
(204,243,251)
#E1F7FD
(225,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FCFE9 color. Also use rgb(15,207,233) instead hex code.

Text Font Color

.myTextColor { color: #0FCFE9; }

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

This text font color is #0FCFE9.


Background Color

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

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

This div background color is #0FCFE9.


Border color

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

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

This div border color is #0FCFE9.


Opacity

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

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

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

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

This text has shadow with #0FCFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FCFE9 on black background.


Color preview on white background

This text has color #0FCFE9 on white background.



Black color preview on #0FCFE9 background

This text has black color on #0FCFE9 background.


White color preview on #0FCFE9 background

This text has white color on #0FCFE9 background.