COLOR #91E4F1

HEX: #91E4F1
RGB: (145,228,241)

Color info

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

RGB color model

#91E4F1 color RGB value is (145,228,241).

  • red value is 145;
  • green value is 228;
  • blue value is 241.
RGB:
(145,228,241)
(57%,89%,95%)

RGB channels and saturation

R 145 of 255 = 57%
G 228 of 255 = 89%
B 241 of 255 = 95%

145
228
241

R + G + B ~ 80%. #91E4F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 228 + 241 = 614 (100%)
R 145 of 614 ~ 23.62%
G 228 of 614 ~ 37.13%
B 241 of 614 ~ 39.25%

%23.62
%37.13
%39.25

CMYK color model

#91E4F1 color CMYK value is (40,5,0,5).

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

CMYK percentages

%39.83
%5.39
%0
%5.49

Codes

Color #91E4F1 in popluar color models

91E4F1
RGB145228241
HSL188°77.42%75.69%
HSB/HSV188°39.83%94.51%
CMYK39.83%5.39%0.00%
5.49%

Color #91E4F1 in popluar number systems.

HEX91E4F1
Decimal145228241
Binary100100011110010011110001
Octal221344361

Shades and tints

Shades of #91E4F1

#91E4F1
(145,228,241)
#84D0DC
(132,208,220)
#77BCC7
(119,188,199)
#6AA8B2
(106,168,178)
#5D949D
(93,148,157)
#508088
(80,128,136)
#436C73
(67,108,115)
#36585E
(54,88,94)
#294449
(41,68,73)
#1C3034
(28,48,52)
#0F1C1F
(15,28,31)
#000000
(0,0,0)

Tints of #91E4F1

#91E4F1
(145,228,241)
#9BE6F2
(155,230,242)
#A5E8F3
(165,232,243)
#AFEAF4
(175,234,244)
#B9ECF5
(185,236,245)
#C3EEF6
(195,238,246)
#CDF0F7
(205,240,247)
#D7F2F8
(215,242,248)
#E1F4F9
(225,244,249)
#EBF6FA
(235,246,250)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91E4F1 color. Also use rgb(145,228,241) instead hex code.

Text Font Color

.myTextColor { color: #91E4F1; }

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

This text font color is #91E4F1.


Background Color

.myBgColor { background-color: #91E4F1; }

<div style="background-color:#91E4F1">Inner text</div>

This div background color is #91E4F1.


Border color

.myBorderColor { border: 1px solid #91E4F1; }

<div style="border:3px solid #91E4F1">Div</div>

This div border color is #91E4F1.


Opacity

.myOpacity80 { color: #91E4F1; opacity: 0.8; }

<p style="color:#91E4F1;opacity:0.8;">80%</p>

Text with #91E4F1 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 #91E4F1;}

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

This text has shadow with #91E4F1 color.

.textShadow {text-shadow: 3px 3px 1px #91E4F1, 3px 3px 1px red;}

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

This text has shadow with #91E4F1 primary color and red secondary color.


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

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

This text has shadow with #91E4F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91E4F1 on black background.


Color preview on white background

This text has color #91E4F1 on white background.



Black color preview on #91E4F1 background

This text has black color on #91E4F1 background.


White color preview on #91E4F1 background

This text has white color on #91E4F1 background.