COLOR #95BAFE

HEX: #95BAFE
RGB: (149,186,254)

Color info

#95BAFE contains mainly blue color. Web safe color of #95BAFE is #99CCFF (or #9CF).

RGB color model

#95BAFE color RGB value is (149,186,254).

  • red value is 149;
  • green value is 186;
  • blue value is 254.
RGB:
(149,186,254)
(58%,73%,100%)

RGB channels and saturation

R 149 of 255 = 58%
G 186 of 255 = 73%
B 254 of 255 = 100%

149
186
254

R + G + B ~ 77%. #95BAFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 186 + 254 = 589 (100%)
R 149 of 589 ~ 25.3%
G 186 of 589 ~ 31.58%
B 254 of 589 ~ 43.12%

%25.3
%31.58
%43.12

CMYK color model

#95BAFE color CMYK value is (41,27,0,0).

  • cyan value is 41.34%
  • magenta value is 26.77%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(41,27,0,0)
C41M27Y0K0 
(41%,27%,0%,0%)
(0.41/0.27/0.00/0.00)	

CMYK percentages

%41.34
%26.77
%0
%0.39

Codes

Color #95BAFE in popluar color models

95BAFE
RGB149186254
HSL219°98.13%79.02%
HSB/HSV219°41.34%99.61%
CMYK41.34%26.77%0.00%
0.39%

Color #95BAFE in popluar number systems.

HEX95BAFE
Decimal149186254
Binary100101011011101011111110
Octal225272376

Shades and tints

Shades of #95BAFE

#95BAFE
(149,186,254)
#88AAE7
(136,170,231)
#7B9AD0
(123,154,208)
#6E8AB9
(110,138,185)
#617AA2
(97,122,162)
#546A8B
(84,106,139)
#475A74
(71,90,116)
#3A4A5D
(58,74,93)
#2D3A46
(45,58,70)
#202A2F
(32,42,47)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #95BAFE

#95BAFE
(149,186,254)
#9EC0FE
(158,192,254)
#A7C6FE
(167,198,254)
#B0CCFE
(176,204,254)
#B9D2FE
(185,210,254)
#C2D8FE
(194,216,254)
#CBDEFE
(203,222,254)
#D4E4FE
(212,228,254)
#DDEAFE
(221,234,254)
#E6F0FE
(230,240,254)
#EFF6FE
(239,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BAFE color. Also use rgb(149,186,254) instead hex code.

Text Font Color

.myTextColor { color: #95BAFE; }

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

This text font color is #95BAFE.


Background Color

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

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

This div background color is #95BAFE.


Border color

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

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

This div border color is #95BAFE.


Opacity

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

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

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

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

This text has shadow with #95BAFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BAFE on black background.


Color preview on white background

This text has color #95BAFE on white background.



Black color preview on #95BAFE background

This text has black color on #95BAFE background.


White color preview on #95BAFE background

This text has white color on #95BAFE background.