COLOR #09F1FF

HEX: #09F1FF
RGB: (9,241,255)

Color info

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

RGB color model

#09F1FF color RGB value is (9,241,255).

  • red value is 9;
  • green value is 241;
  • blue value is 255.
RGB:
(9,241,255)
(4%,95%,100%)

RGB channels and saturation

R 9 of 255 = 4%
G 241 of 255 = 95%
B 255 of 255 = 100%

9
241
255

R + G + B ~ 66%. #09F1FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
9 + 241 + 255 = 505 (100%)
R 9 of 505 ~ 1.78%
G 241 of 505 ~ 47.72%
B 255 of 505 ~ 50.5%

%47.72
%50.5

CMYK color model

#09F1FF color CMYK value is (96,5,0,0).

  • cyan value is 96.47%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(96,5,0,0)
C96M5Y0K0 
(96%,5%,0%,0%)
(0.96/0.05/0.00/0.00)	

CMYK percentages

%96.47
%5.49
%0
%0

Codes

Color #09F1FF in popluar color models

09F1FF
RGB9241255
HSL183°100.00%51.76%
HSB/HSV183°96.47%100.00%
CMYK96.47%5.49%0.00%
0.00%

Color #09F1FF in popluar number systems.

HEX09F1FF
Decimal9241255
Binary10011111000111111111
Octal11361377

Shades and tints

Shades of #09F1FF

#09F1FF
(9,241,255)
#09DCE8
(9,220,232)
#09C7D1
(9,199,209)
#09B2BA
(9,178,186)
#099DA3
(9,157,163)
#09888C
(9,136,140)
#097375
(9,115,117)
#095E5E
(9,94,94)
#094947
(9,73,71)
#093430
(9,52,48)
#091F19
(9,31,25)
#000000
(0,0,0)

Tints of #09F1FF

#09F1FF
(9,241,255)
#1FF2FF
(31,242,255)
#35F3FF
(53,243,255)
#4BF4FF
(75,244,255)
#61F5FF
(97,245,255)
#77F6FF
(119,246,255)
#8DF7FF
(141,247,255)
#A3F8FF
(163,248,255)
#B9F9FF
(185,249,255)
#CFFAFF
(207,250,255)
#E5FBFF
(229,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09F1FF color. Also use rgb(9,241,255) instead hex code.

Text Font Color

.myTextColor { color: #09F1FF; }

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

This text font color is #09F1FF.


Background Color

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

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

This div background color is #09F1FF.


Border color

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

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

This div border color is #09F1FF.


Opacity

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

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

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

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

This text has shadow with #09F1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09F1FF on black background.


Color preview on white background

This text has color #09F1FF on white background.



Black color preview on #09F1FF background

This text has black color on #09F1FF background.


White color preview on #09F1FF background

This text has white color on #09F1FF background.