COLOR #95EBF1

HEX: #95EBF1
RGB: (149,235,241)

Color info

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

RGB color model

#95EBF1 color RGB value is (149,235,241).

  • red value is 149;
  • green value is 235;
  • blue value is 241.
RGB:
(149,235,241)
(58%,92%,95%)

RGB channels and saturation

R 149 of 255 = 58%
G 235 of 255 = 92%
B 241 of 255 = 95%

149
235
241

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

Portions of RGB colors in percentages

R + G + B =
149 + 235 + 241 = 625 (100%)
R 149 of 625 ~ 23.84%
G 235 of 625 ~ 37.6%
B 241 of 625 ~ 38.56%

%23.84
%37.6
%38.56

CMYK color model

#95EBF1 color CMYK value is (38,2,0,5).

  • cyan value is 38.17%
  • magenta value is 2.49%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(38,2,0,5)
C38M2Y0K5 
(38%,2%,0%,5%)
(0.38/0.02/0.00/0.05)	

CMYK percentages

%38.17
%2.49
%0
%5.49

Codes

Color #95EBF1 in popluar color models

95EBF1
RGB149235241
HSL184°76.67%76.47%
HSB/HSV184°38.17%94.51%
CMYK38.17%2.49%0.00%
5.49%

Color #95EBF1 in popluar number systems.

HEX95EBF1
Decimal149235241
Binary100101011110101111110001
Octal225353361

Shades and tints

Shades of #95EBF1

#95EBF1
(149,235,241)
#88D6DC
(136,214,220)
#7BC1C7
(123,193,199)
#6EACB2
(110,172,178)
#61979D
(97,151,157)
#548288
(84,130,136)
#476D73
(71,109,115)
#3A585E
(58,88,94)
#2D4349
(45,67,73)
#202E34
(32,46,52)
#13191F
(19,25,31)
#000000
(0,0,0)

Tints of #95EBF1

#95EBF1
(149,235,241)
#9EECF2
(158,236,242)
#A7EDF3
(167,237,243)
#B0EEF4
(176,238,244)
#B9EFF5
(185,239,245)
#C2F0F6
(194,240,246)
#CBF1F7
(203,241,247)
#D4F2F8
(212,242,248)
#DDF3F9
(221,243,249)
#E6F4FA
(230,244,250)
#EFF5FB
(239,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95EBF1 color. Also use rgb(149,235,241) instead hex code.

Text Font Color

.myTextColor { color: #95EBF1; }

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

This text font color is #95EBF1.


Background Color

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

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

This div background color is #95EBF1.


Border color

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

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

This div border color is #95EBF1.


Opacity

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

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

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

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

This text has shadow with #95EBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95EBF1 on black background.


Color preview on white background

This text has color #95EBF1 on white background.



Black color preview on #95EBF1 background

This text has black color on #95EBF1 background.


White color preview on #95EBF1 background

This text has white color on #95EBF1 background.