COLOR #09D7F4

HEX: #09D7F4
RGB: (9,215,244)

Color info

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

RGB color model

#09D7F4 color RGB value is (9,215,244).

  • red value is 9;
  • green value is 215;
  • blue value is 244.
RGB:
(9,215,244)
(4%,84%,96%)

RGB channels and saturation

R 9 of 255 = 4%
G 215 of 255 = 84%
B 244 of 255 = 96%

9
215
244

R + G + B ~ 61%. #09D7F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
9 + 215 + 244 = 468 (100%)
R 9 of 468 ~ 1.92%
G 215 of 468 ~ 45.94%
B 244 of 468 ~ 52.14%

%45.94
%52.14

CMYK color model

#09D7F4 color CMYK value is (96,12,0,4).

  • cyan value is 96.31%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(96,12,0,4)
C96M12Y0K4 
(96%,12%,0%,4%)
(0.96/0.12/0.00/0.04)	

CMYK percentages

%96.31
%11.89
%0
%4.31

Codes

Color #09D7F4 in popluar color models

09D7F4
RGB9215244
HSL187°92.89%49.61%
HSB/HSV187°96.31%95.69%
CMYK96.31%11.89%0.00%
4.31%

Color #09D7F4 in popluar number systems.

HEX09D7F4
Decimal9215244
Binary10011101011111110100
Octal11327364

Shades and tints

Shades of #09D7F4

#09D7F4
(9,215,244)
#09C4DE
(9,196,222)
#09B1C8
(9,177,200)
#099EB2
(9,158,178)
#098B9C
(9,139,156)
#097886
(9,120,134)
#096570
(9,101,112)
#09525A
(9,82,90)
#093F44
(9,63,68)
#092C2E
(9,44,46)
#091918
(9,25,24)
#000000
(0,0,0)

Tints of #09D7F4

#09D7F4
(9,215,244)
#1FDAF5
(31,218,245)
#35DDF6
(53,221,246)
#4BE0F7
(75,224,247)
#61E3F8
(97,227,248)
#77E6F9
(119,230,249)
#8DE9FA
(141,233,250)
#A3ECFB
(163,236,251)
#B9EFFC
(185,239,252)
#CFF2FD
(207,242,253)
#E5F5FE
(229,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09D7F4 color. Also use rgb(9,215,244) instead hex code.

Text Font Color

.myTextColor { color: #09D7F4; }

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

This text font color is #09D7F4.


Background Color

.myBgColor { background-color: #09D7F4; }

<div style="background-color:#09D7F4">Inner text</div>

This div background color is #09D7F4.


Border color

.myBorderColor { border: 1px solid #09D7F4; }

<div style="border:3px solid #09D7F4">Div</div>

This div border color is #09D7F4.


Opacity

.myOpacity80 { color: #09D7F4; opacity: 0.8; }

<p style="color:#09D7F4;opacity:0.8;">80%</p>

Text with #09D7F4 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 #09D7F4;}

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

This text has shadow with #09D7F4 color.

.textShadow {text-shadow: 3px 3px 1px #09D7F4, 3px 3px 1px red;}

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

This text has shadow with #09D7F4 primary color and red secondary color.


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

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

This text has shadow with #09D7F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09D7F4 on black background.


Color preview on white background

This text has color #09D7F4 on white background.



Black color preview on #09D7F4 background

This text has black color on #09D7F4 background.


White color preview on #09D7F4 background

This text has white color on #09D7F4 background.