COLOR #0FAFD2

HEX: #0FAFD2
RGB: (15,175,210)

Color info

#0FAFD2 contains mainly green and blue colors. Web safe color of #0FAFD2 is #0099CC (or #09C).

RGB color model

#0FAFD2 color RGB value is (15,175,210).

  • red value is 15;
  • green value is 175;
  • blue value is 210.
RGB:
(15,175,210)
(6%,69%,82%)

RGB channels and saturation

R 15 of 255 = 6%
G 175 of 255 = 69%
B 210 of 255 = 82%

15
175
210

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

Portions of RGB colors in percentages

R + G + B =
15 + 175 + 210 = 400 (100%)
R 15 of 400 ~ 3.75%
G 175 of 400 ~ 43.75%
B 210 of 400 ~ 52.5%

%43.75
%52.5

CMYK color model

#0FAFD2 color CMYK value is (93,17,0,18).

  • cyan value is 92.86%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(93,17,0,18)
C93M17Y0K18 
(93%,17%,0%,18%)
(0.93/0.17/0.00/0.18)	

CMYK percentages

%92.86
%16.67
%0
%17.65

Codes

Color #0FAFD2 in popluar color models

0FAFD2
RGB15175210
HSL191°86.67%44.12%
HSB/HSV191°92.86%82.35%
CMYK92.86%16.67%0.00%
17.65%

Color #0FAFD2 in popluar number systems.

HEX0FAFD2
Decimal15175210
Binary11111010111111010010
Octal17257322

Shades and tints

Shades of #0FAFD2

#0FAFD2
(15,175,210)
#0EA0BF
(14,160,191)
#0D91AC
(13,145,172)
#0C8299
(12,130,153)
#0B7386
(11,115,134)
#0A6473
(10,100,115)
#095560
(9,85,96)
#08464D
(8,70,77)
#07373A
(7,55,58)
#062827
(6,40,39)
#051914
(5,25,20)
#000000
(0,0,0)

Tints of #0FAFD2

#0FAFD2
(15,175,210)
#24B6D6
(36,182,214)
#39BDDA
(57,189,218)
#4EC4DE
(78,196,222)
#63CBE2
(99,203,226)
#78D2E6
(120,210,230)
#8DD9EA
(141,217,234)
#A2E0EE
(162,224,238)
#B7E7F2
(183,231,242)
#CCEEF6
(204,238,246)
#E1F5FA
(225,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FAFD2 color. Also use rgb(15,175,210) instead hex code.

Text Font Color

.myTextColor { color: #0FAFD2; }

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

This text font color is #0FAFD2.


Background Color

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

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

This div background color is #0FAFD2.


Border color

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

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

This div border color is #0FAFD2.


Opacity

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

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

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

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

This text has shadow with #0FAFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FAFD2 on black background.


Color preview on white background

This text has color #0FAFD2 on white background.



Black color preview on #0FAFD2 background

This text has black color on #0FAFD2 background.


White color preview on #0FAFD2 background

This text has white color on #0FAFD2 background.