COLOR #09E8FC

HEX: #09E8FC
RGB: (9,232,252)

Color info

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

RGB color model

#09E8FC color RGB value is (9,232,252).

  • red value is 9;
  • green value is 232;
  • blue value is 252.
RGB:
(9,232,252)
(4%,91%,99%)

RGB channels and saturation

R 9 of 255 = 4%
G 232 of 255 = 91%
B 252 of 255 = 99%

9
232
252

R + G + B ~ 65%. #09E8FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
9 + 232 + 252 = 493 (100%)
R 9 of 493 ~ 1.83%
G 232 of 493 ~ 47.06%
B 252 of 493 ~ 51.12%

%47.06
%51.12

CMYK color model

#09E8FC color CMYK value is (96,8,0,1).

  • cyan value is 96.43%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(96,8,0,1)
C96M8Y0K1 
(96%,8%,0%,1%)
(0.96/0.08/0.00/0.01)	

CMYK percentages

%96.43
%7.94
%0
%1.18

Codes

Color #09E8FC in popluar color models

09E8FC
RGB9232252
HSL185°97.59%51.18%
HSB/HSV185°96.43%98.82%
CMYK96.43%7.94%0.00%
1.18%

Color #09E8FC in popluar number systems.

HEX09E8FC
Decimal9232252
Binary10011110100011111100
Octal11350374

Shades and tints

Shades of #09E8FC

#09E8FC
(9,232,252)
#09D3E6
(9,211,230)
#09BED0
(9,190,208)
#09A9BA
(9,169,186)
#0994A4
(9,148,164)
#097F8E
(9,127,142)
#096A78
(9,106,120)
#095562
(9,85,98)
#09404C
(9,64,76)
#092B36
(9,43,54)
#091620
(9,22,32)
#000000
(0,0,0)

Tints of #09E8FC

#09E8FC
(9,232,252)
#1FEAFC
(31,234,252)
#35ECFC
(53,236,252)
#4BEEFC
(75,238,252)
#61F0FC
(97,240,252)
#77F2FC
(119,242,252)
#8DF4FC
(141,244,252)
#A3F6FC
(163,246,252)
#B9F8FC
(185,248,252)
#CFFAFC
(207,250,252)
#E5FCFC
(229,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09E8FC color. Also use rgb(9,232,252) instead hex code.

Text Font Color

.myTextColor { color: #09E8FC; }

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

This text font color is #09E8FC.


Background Color

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

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

This div background color is #09E8FC.


Border color

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

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

This div border color is #09E8FC.


Opacity

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

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

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

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

This text has shadow with #09E8FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09E8FC on black background.


Color preview on white background

This text has color #09E8FC on white background.



Black color preview on #09E8FC background

This text has black color on #09E8FC background.


White color preview on #09E8FC background

This text has white color on #09E8FC background.