COLOR #09E9FA

HEX: #09E9FA
RGB: (9,233,250)

Color info

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

RGB color model

#09E9FA color RGB value is (9,233,250).

  • red value is 9;
  • green value is 233;
  • blue value is 250.
RGB:
(9,233,250)
(4%,91%,98%)

RGB channels and saturation

R 9 of 255 = 4%
G 233 of 255 = 91%
B 250 of 255 = 98%

9
233
250

R + G + B ~ 64%. #09E9FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
9 + 233 + 250 = 492 (100%)
R 9 of 492 ~ 1.83%
G 233 of 492 ~ 47.36%
B 250 of 492 ~ 50.81%

%47.36
%50.81

CMYK color model

#09E9FA color CMYK value is (96,7,0,2).

  • cyan value is 96.40%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(96,7,0,2)
C96M7Y0K2 
(96%,7%,0%,2%)
(0.96/0.07/0.00/0.02)	

CMYK percentages

%96.4
%6.8
%0
%1.96

Codes

Color #09E9FA in popluar color models

09E9FA
RGB9233250
HSL184°96.02%50.78%
HSB/HSV184°96.40%98.04%
CMYK96.40%6.80%0.00%
1.96%

Color #09E9FA in popluar number systems.

HEX09E9FA
Decimal9233250
Binary10011110100111111010
Octal11351372

Shades and tints

Shades of #09E9FA

#09E9FA
(9,233,250)
#09D4E4
(9,212,228)
#09BFCE
(9,191,206)
#09AAB8
(9,170,184)
#0995A2
(9,149,162)
#09808C
(9,128,140)
#096B76
(9,107,118)
#095660
(9,86,96)
#09414A
(9,65,74)
#092C34
(9,44,52)
#09171E
(9,23,30)
#000000
(0,0,0)

Tints of #09E9FA

#09E9FA
(9,233,250)
#1FEBFA
(31,235,250)
#35EDFA
(53,237,250)
#4BEFFA
(75,239,250)
#61F1FA
(97,241,250)
#77F3FA
(119,243,250)
#8DF5FA
(141,245,250)
#A3F7FA
(163,247,250)
#B9F9FA
(185,249,250)
#CFFBFA
(207,251,250)
#E5FDFA
(229,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09E9FA color. Also use rgb(9,233,250) instead hex code.

Text Font Color

.myTextColor { color: #09E9FA; }

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

This text font color is #09E9FA.


Background Color

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

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

This div background color is #09E9FA.


Border color

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

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

This div border color is #09E9FA.


Opacity

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

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

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

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

This text has shadow with #09E9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09E9FA on black background.


Color preview on white background

This text has color #09E9FA on white background.



Black color preview on #09E9FA background

This text has black color on #09E9FA background.


White color preview on #09E9FA background

This text has white color on #09E9FA background.