COLOR #8FF0F9

HEX: #8FF0F9 RGB: (143,240,249)

Color info

#8FF0F9 contains mainly green and blue colors. Web safe color of #8FF0F9 is #99FFFF (or #9FF).

RGB color model

#8FF0F9 color RGB value is (143,240,249).

RGB: (143,240,249) (56%, 94%, 98%)

RGB channels and saturation

R 143 of 255 = 56%
G 240 of 255 = 94%
B 249 of 255 = 98%

143
240
249

R + G + B ~ 83%. #8FF0F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 240 + 249 = 632 (100%)
R 143 of 632 ~ 22.63%
G 240 of 632 ~ 37.97%
B 249 of 632 ~ 39.4'%

%22.63
%37.97
%39.4

CMYK color model

#8FF0F9 color CMYK value is (43,4,0,2).

  • cyan value is 42.57%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (43,4,0,2)
C43M4Y0K2 (43%, 4%, 0%, 2%)
(0.43 / 0.04 / 0.00 / 0.02)

CMYK percentages

%42.57
%3.61
%0
%2.35

Codes

Color #8FF0F9 in popluar color models

8F F0 F9
RGB 143 240 249
HSL 185° 89.83% 76.86%
HSB/HSV 185° 42.57% 97.65%
CMYK 42.57% 3.61% 0.00%
2.35%

Color #8FF0F9 in popluar number systems.

HEX 8F F0 F9
Decimal 143 240 249
Binary 10001111 11110000 11111001
Octal 217 360 371

Shades and tints

Shades of #8FF0F9

#8FF0F9
(143,240,249)
#82DBE3
(130,219,227)
#75C6CD
(117,198,205)
#68B1B7
(104,177,183)
#5B9CA1
(91,156,161)
#4E878B
(78,135,139)
#417275
(65,114,117)
#345D5F
(52,93,95)
#274849
(39,72,73)
#1A3333
(26,51,51)
#0D1E1D
(13,30,29)
#000000
(0,0,0)

Tints of #8FF0F9

#8FF0F9
(143,240,249)
#99F1F9
(153,241,249)
#A3F2F9
(163,242,249)
#ADF3F9
(173,243,249)
#B7F4F9
(183,244,249)
#C1F5F9
(193,245,249)
#CBF6F9
(203,246,249)
#D5F7F9
(213,247,249)
#DFF8F9
(223,248,249)
#E9F9F9
(233,249,249)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FF0F9 color. Also use rgb(143,240,249) instead hex code.

Text Font Color

.myTextColor { color: #8FF0F9; }

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

This text font color is #8FF0F9.

Background Color

.myBgColor { background-color: #8FF0F9; }

<div style="background-color:#8FF0F9">Inner text</div>

This div background color is #8FF0F9.

Border color

.myBorderColor { border: 1px solid #8FF0F9; }

<div style="border:3px solid #8FF0F9">Div</div>

This div border color is #8FF0F9.

Opacity

.myOpacity80 { color: #8FF0F9; opacity: 0.8; }

<p style="color:#8FF0F9;opacity:0.8;">80%</p>

Text with #8FF0F9 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 #8FF0F9;}

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

This text has shadow with #8FF0F9 color.


.textShadow {text-shadow: 3px 3px 1px #8FF0F9', 3px 3px 1px red;}

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

This text has shadow with #8FF0F9 primary color and red secondary color.


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

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

This text has shadow with #8FF0F9 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8FF0F9; -webkit-box-shadow: 1px 1px 3px 2px #8FF0F9; box-shadow:1px 1px 3px 2px #8FF0F9;">
Div content here
</div>

This div box has shadow with color #8FF0F9.

Preview

Color preview on black background

This text has color #8FF0F9 on black background.


Color preview on white background

This text has color #8FF0F9 on white background.


Black color preview on #8FF0F9 background

This text has black color on #8FF0F9 background.


White color preview on #8FF0F9 background

This text has white color on #8FF0F9 background.


Related colors

Complementary color

Complementary color for #hex is #700F06.


I love getcolorcode.com

Triadic colors

1 #F98FF0 and #F0F98F with #8FF0F9 are triadic colors.

2 #F9F08F and #F08FF9 with #8FF0F9 are triadic colors.