COLOR #95E8F5

HEX: #95E8F5
RGB: (149,232,245)

Color info

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

RGB color model

#95E8F5 color RGB value is (149,232,245).

  • red value is 149;
  • green value is 232;
  • blue value is 245.
RGB:
(149,232,245)
(58%,91%,96%)

RGB channels and saturation

R 149 of 255 = 58%
G 232 of 255 = 91%
B 245 of 255 = 96%

149
232
245

R + G + B ~ 82%. #95E8F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 232 + 245 = 626 (100%)
R 149 of 626 ~ 23.8%
G 232 of 626 ~ 37.06%
B 245 of 626 ~ 39.14%

%23.8
%37.06
%39.14

CMYK color model

#95E8F5 color CMYK value is (39,5,0,4).

  • cyan value is 39.18%
  • magenta value is 5.31%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(39,5,0,4)
C39M5Y0K4 
(39%,5%,0%,4%)
(0.39/0.05/0.00/0.04)	

CMYK percentages

%39.18
%5.31
%0
%3.92

Codes

Color #95E8F5 in popluar color models

95E8F5
RGB149232245
HSL188°82.76%77.25%
HSB/HSV188°39.18%96.08%
CMYK39.18%5.31%0.00%
3.92%

Color #95E8F5 in popluar number systems.

HEX95E8F5
Decimal149232245
Binary100101011110100011110101
Octal225350365

Shades and tints

Shades of #95E8F5

#95E8F5
(149,232,245)
#88D3DF
(136,211,223)
#7BBEC9
(123,190,201)
#6EA9B3
(110,169,179)
#61949D
(97,148,157)
#547F87
(84,127,135)
#476A71
(71,106,113)
#3A555B
(58,85,91)
#2D4045
(45,64,69)
#202B2F
(32,43,47)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #95E8F5

#95E8F5
(149,232,245)
#9EEAF5
(158,234,245)
#A7ECF5
(167,236,245)
#B0EEF5
(176,238,245)
#B9F0F5
(185,240,245)
#C2F2F5
(194,242,245)
#CBF4F5
(203,244,245)
#D4F6F5
(212,246,245)
#DDF8F5
(221,248,245)
#E6FAF5
(230,250,245)
#EFFCF5
(239,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E8F5 color. Also use rgb(149,232,245) instead hex code.

Text Font Color

.myTextColor { color: #95E8F5; }

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

This text font color is #95E8F5.


Background Color

.myBgColor { background-color: #95E8F5; }

<div style="background-color:#95E8F5">Inner text</div>

This div background color is #95E8F5.


Border color

.myBorderColor { border: 1px solid #95E8F5; }

<div style="border:3px solid #95E8F5">Div</div>

This div border color is #95E8F5.


Opacity

.myOpacity80 { color: #95E8F5; opacity: 0.8; }

<p style="color:#95E8F5;opacity:0.8;">80%</p>

Text with #95E8F5 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 #95E8F5;}

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

This text has shadow with #95E8F5 color.

.textShadow {text-shadow: 3px 3px 1px #95E8F5, 3px 3px 1px red;}

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

This text has shadow with #95E8F5 primary color and red secondary color.


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

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

This text has shadow with #95E8F5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E8F5 on black background.


Color preview on white background

This text has color #95E8F5 on white background.



Black color preview on #95E8F5 background

This text has black color on #95E8F5 background.


White color preview on #95E8F5 background

This text has white color on #95E8F5 background.