COLOR #99F1FF

HEX: #99F1FF
RGB: (153,241,255)

Color info

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

RGB color model

#99F1FF color RGB value is (153,241,255).

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

RGB channels and saturation

R 153 of 255 = 60%
G 241 of 255 = 95%
B 255 of 255 = 100%

153
241
255

R + G + B ~ 85%. #99F1FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 241 + 255 = 649 (100%)
R 153 of 649 ~ 23.57%
G 241 of 649 ~ 37.13%
B 255 of 649 ~ 39.29%

%23.57
%37.13
%39.29

CMYK color model

#99F1FF color CMYK value is (40,5,0,0).

  • cyan value is 40.00%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(40,5,0,0)
C40M5Y0K0 
(40%,5%,0%,0%)
(0.40/0.05/0.00/0.00)	

CMYK percentages

%40
%5.49
%0
%0

Codes

Color #99F1FF in popluar color models

99F1FF
RGB153241255
HSL188°100.00%80.00%
HSB/HSV188°40.00%100.00%
CMYK40.00%5.49%0.00%
0.00%

Color #99F1FF in popluar number systems.

HEX99F1FF
Decimal153241255
Binary100110011111000111111111
Octal231361377

Shades and tints

Shades of #99F1FF

#99F1FF
(153,241,255)
#8CDCE8
(140,220,232)
#7FC7D1
(127,199,209)
#72B2BA
(114,178,186)
#659DA3
(101,157,163)
#58888C
(88,136,140)
#4B7375
(75,115,117)
#3E5E5E
(62,94,94)
#314947
(49,73,71)
#243430
(36,52,48)
#171F19
(23,31,25)
#000000
(0,0,0)

Tints of #99F1FF

#99F1FF
(153,241,255)
#A2F2FF
(162,242,255)
#ABF3FF
(171,243,255)
#B4F4FF
(180,244,255)
#BDF5FF
(189,245,255)
#C6F6FF
(198,246,255)
#CFF7FF
(207,247,255)
#D8F8FF
(216,248,255)
#E1F9FF
(225,249,255)
#EAFAFF
(234,250,255)
#F3FBFF
(243,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99F1FF; }

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

This text font color is #99F1FF.


Background Color

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

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

This div background color is #99F1FF.


Border color

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

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

This div border color is #99F1FF.


Opacity

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

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

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

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

This text has shadow with #99F1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99F1FF on black background.


Color preview on white background

This text has color #99F1FF on white background.



Black color preview on #99F1FF background

This text has black color on #99F1FF background.


White color preview on #99F1FF background

This text has white color on #99F1FF background.