COLOR #0FDBFF

HEX: #0FDBFF
RGB: (15,219,255)

Color info

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

RGB color model

#0FDBFF color RGB value is (15,219,255).

  • red value is 15;
  • green value is 219;
  • blue value is 255.
RGB:
(15,219,255)
(6%,86%,100%)

RGB channels and saturation

R 15 of 255 = 6%
G 219 of 255 = 86%
B 255 of 255 = 100%

15
219
255

R + G + B ~ 64%. #0FDBFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
15 + 219 + 255 = 489 (100%)
R 15 of 489 ~ 3.07%
G 219 of 489 ~ 44.79%
B 255 of 489 ~ 52.15%

%44.79
%52.15

CMYK color model

#0FDBFF color CMYK value is (94,14,0,0).

  • cyan value is 94.12%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(94,14,0,0)
C94M14Y0K0 
(94%,14%,0%,0%)
(0.94/0.14/0.00/0.00)	

CMYK percentages

%94.12
%14.12
%0
%0

Codes

Color #0FDBFF in popluar color models

0FDBFF
RGB15219255
HSL189°100.00%52.94%
HSB/HSV189°94.12%100.00%
CMYK94.12%14.12%0.00%
0.00%

Color #0FDBFF in popluar number systems.

HEX0FDBFF
Decimal15219255
Binary11111101101111111111
Octal17333377

Shades and tints

Shades of #0FDBFF

#0FDBFF
(15,219,255)
#0EC8E8
(14,200,232)
#0DB5D1
(13,181,209)
#0CA2BA
(12,162,186)
#0B8FA3
(11,143,163)
#0A7C8C
(10,124,140)
#096975
(9,105,117)
#08565E
(8,86,94)
#074347
(7,67,71)
#063030
(6,48,48)
#051D19
(5,29,25)
#000000
(0,0,0)

Tints of #0FDBFF

#0FDBFF
(15,219,255)
#24DEFF
(36,222,255)
#39E1FF
(57,225,255)
#4EE4FF
(78,228,255)
#63E7FF
(99,231,255)
#78EAFF
(120,234,255)
#8DEDFF
(141,237,255)
#A2F0FF
(162,240,255)
#B7F3FF
(183,243,255)
#CCF6FF
(204,246,255)
#E1F9FF
(225,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FDBFF color. Also use rgb(15,219,255) instead hex code.

Text Font Color

.myTextColor { color: #0FDBFF; }

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

This text font color is #0FDBFF.


Background Color

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

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

This div background color is #0FDBFF.


Border color

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

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

This div border color is #0FDBFF.


Opacity

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

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

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

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

This text has shadow with #0FDBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FDBFF on black background.


Color preview on white background

This text has color #0FDBFF on white background.



Black color preview on #0FDBFF background

This text has black color on #0FDBFF background.


White color preview on #0FDBFF background

This text has white color on #0FDBFF background.