COLOR #95C6F9

HEX: #95C6F9
RGB: (149,198,249)

Color info

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

RGB color model

#95C6F9 color RGB value is (149,198,249).

  • red value is 149;
  • green value is 198;
  • blue value is 249.
RGB:
(149,198,249)
(58%,78%,98%)

RGB channels and saturation

R 149 of 255 = 58%
G 198 of 255 = 78%
B 249 of 255 = 98%

149
198
249

R + G + B ~ 78%. #95C6F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 198 + 249 = 596 (100%)
R 149 of 596 ~ 25%
G 198 of 596 ~ 33.22%
B 249 of 596 ~ 41.78%

%25
%33.22
%41.78

CMYK color model

#95C6F9 color CMYK value is (40,20,0,2).

  • cyan value is 40.16%
  • magenta value is 20.48%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(40,20,0,2)
C40M20Y0K2 
(40%,20%,0%,2%)
(0.40/0.20/0.00/0.02)	

CMYK percentages

%40.16
%20.48
%0
%2.35

Codes

Color #95C6F9 in popluar color models

95C6F9
RGB149198249
HSL211°89.29%78.04%
HSB/HSV211°40.16%97.65%
CMYK40.16%20.48%0.00%
2.35%

Color #95C6F9 in popluar number systems.

HEX95C6F9
Decimal149198249
Binary100101011100011011111001
Octal225306371

Shades and tints

Shades of #95C6F9

#95C6F9
(149,198,249)
#88B4E3
(136,180,227)
#7BA2CD
(123,162,205)
#6E90B7
(110,144,183)
#617EA1
(97,126,161)
#546C8B
(84,108,139)
#475A75
(71,90,117)
#3A485F
(58,72,95)
#2D3649
(45,54,73)
#202433
(32,36,51)
#13121D
(19,18,29)
#000000
(0,0,0)

Tints of #95C6F9

#95C6F9
(149,198,249)
#9ECBF9
(158,203,249)
#A7D0F9
(167,208,249)
#B0D5F9
(176,213,249)
#B9DAF9
(185,218,249)
#C2DFF9
(194,223,249)
#CBE4F9
(203,228,249)
#D4E9F9
(212,233,249)
#DDEEF9
(221,238,249)
#E6F3F9
(230,243,249)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C6F9 color. Also use rgb(149,198,249) instead hex code.

Text Font Color

.myTextColor { color: #95C6F9; }

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

This text font color is #95C6F9.


Background Color

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

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

This div background color is #95C6F9.


Border color

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

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

This div border color is #95C6F9.


Opacity

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

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

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

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

This text has shadow with #95C6F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C6F9 on black background.


Color preview on white background

This text has color #95C6F9 on white background.



Black color preview on #95C6F9 background

This text has black color on #95C6F9 background.


White color preview on #95C6F9 background

This text has white color on #95C6F9 background.