COLOR #95BEEF

HEX: #95BEEF
RGB: (149,190,239)

Color info

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

RGB color model

#95BEEF color RGB value is (149,190,239).

  • red value is 149;
  • green value is 190;
  • blue value is 239.
RGB:
(149,190,239)
(58%,75%,94%)

RGB channels and saturation

R 149 of 255 = 58%
G 190 of 255 = 75%
B 239 of 255 = 94%

149
190
239

R + G + B ~ 76%. #95BEEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 190 + 239 = 578 (100%)
R 149 of 578 ~ 25.78%
G 190 of 578 ~ 32.87%
B 239 of 578 ~ 41.35%

%25.78
%32.87
%41.35

CMYK color model

#95BEEF color CMYK value is (38,21,0,6).

  • cyan value is 37.66%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(38,21,0,6)
C38M21Y0K6 
(38%,21%,0%,6%)
(0.38/0.21/0.00/0.06)	

CMYK percentages

%37.66
%20.5
%0
%6.27

Codes

Color #95BEEF in popluar color models

95BEEF
RGB149190239
HSL213°73.77%76.08%
HSB/HSV213°37.66%93.73%
CMYK37.66%20.50%0.00%
6.27%

Color #95BEEF in popluar number systems.

HEX95BEEF
Decimal149190239
Binary100101011011111011101111
Octal225276357

Shades and tints

Shades of #95BEEF

#95BEEF
(149,190,239)
#88ADDA
(136,173,218)
#7B9CC5
(123,156,197)
#6E8BB0
(110,139,176)
#617A9B
(97,122,155)
#546986
(84,105,134)
#475871
(71,88,113)
#3A475C
(58,71,92)
#2D3647
(45,54,71)
#202532
(32,37,50)
#13141D
(19,20,29)
#000000
(0,0,0)

Tints of #95BEEF

#95BEEF
(149,190,239)
#9EC3F0
(158,195,240)
#A7C8F1
(167,200,241)
#B0CDF2
(176,205,242)
#B9D2F3
(185,210,243)
#C2D7F4
(194,215,244)
#CBDCF5
(203,220,245)
#D4E1F6
(212,225,246)
#DDE6F7
(221,230,247)
#E6EBF8
(230,235,248)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BEEF color. Also use rgb(149,190,239) instead hex code.

Text Font Color

.myTextColor { color: #95BEEF; }

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

This text font color is #95BEEF.


Background Color

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

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

This div background color is #95BEEF.


Border color

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

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

This div border color is #95BEEF.


Opacity

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

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

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

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

This text has shadow with #95BEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BEEF on black background.


Color preview on white background

This text has color #95BEEF on white background.



Black color preview on #95BEEF background

This text has black color on #95BEEF background.


White color preview on #95BEEF background

This text has white color on #95BEEF background.