COLOR #9FE4FF

HEX: #9FE4FF
RGB: (159,228,255)

Color info

#9FE4FF contains mainly green and blue colors. Web safe color of #9FE4FF is #99CCFF (or #9CF).

RGB color model

#9FE4FF color RGB value is (159,228,255).

  • red value is 159;
  • green value is 228;
  • blue value is 255.
RGB:
(159,228,255)
(62%,89%,100%)

RGB channels and saturation

R 159 of 255 = 62%
G 228 of 255 = 89%
B 255 of 255 = 100%

159
228
255

R + G + B ~ 84%. #9FE4FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 228 + 255 = 642 (100%)
R 159 of 642 ~ 24.77%
G 228 of 642 ~ 35.51%
B 255 of 642 ~ 39.72%

%24.77
%35.51
%39.72

CMYK color model

#9FE4FF color CMYK value is (38,11,0,0).

  • cyan value is 37.65%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(38,11,0,0)
C38M11Y0K0 
(38%,11%,0%,0%)
(0.38/0.11/0.00/0.00)	

CMYK percentages

%37.65
%10.59
%0
%0

Codes

Color #9FE4FF in popluar color models

9FE4FF
RGB159228255
HSL197°100.00%81.18%
HSB/HSV197°37.65%100.00%
CMYK37.65%10.59%0.00%
0.00%

Color #9FE4FF in popluar number systems.

HEX9FE4FF
Decimal159228255
Binary100111111110010011111111
Octal237344377

Shades and tints

Shades of #9FE4FF

#9FE4FF
(159,228,255)
#91D0E8
(145,208,232)
#83BCD1
(131,188,209)
#75A8BA
(117,168,186)
#6794A3
(103,148,163)
#59808C
(89,128,140)
#4B6C75
(75,108,117)
#3D585E
(61,88,94)
#2F4447
(47,68,71)
#213030
(33,48,48)
#131C19
(19,28,25)
#000000
(0,0,0)

Tints of #9FE4FF

#9FE4FF
(159,228,255)
#A7E6FF
(167,230,255)
#AFE8FF
(175,232,255)
#B7EAFF
(183,234,255)
#BFECFF
(191,236,255)
#C7EEFF
(199,238,255)
#CFF0FF
(207,240,255)
#D7F2FF
(215,242,255)
#DFF4FF
(223,244,255)
#E7F6FF
(231,246,255)
#EFF8FF
(239,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE4FF color. Also use rgb(159,228,255) instead hex code.

Text Font Color

.myTextColor { color: #9FE4FF; }

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

This text font color is #9FE4FF.


Background Color

.myBgColor { background-color: #9FE4FF; }

<div style="background-color:#9FE4FF">Inner text</div>

This div background color is #9FE4FF.


Border color

.myBorderColor { border: 1px solid #9FE4FF; }

<div style="border:3px solid #9FE4FF">Div</div>

This div border color is #9FE4FF.


Opacity

.myOpacity80 { color: #9FE4FF; opacity: 0.8; }

<p style="color:#9FE4FF;opacity:0.8;">80%</p>

Text with #9FE4FF 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 #9FE4FF;}

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

This text has shadow with #9FE4FF color.

.textShadow {text-shadow: 3px 3px 1px #9FE4FF, 3px 3px 1px red;}

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

This text has shadow with #9FE4FF primary color and red secondary color.


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

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

This text has shadow with #9FE4FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE4FF on black background.


Color preview on white background

This text has color #9FE4FF on white background.



Black color preview on #9FE4FF background

This text has black color on #9FE4FF background.


White color preview on #9FE4FF background

This text has white color on #9FE4FF background.