COLOR #95CCF1

HEX: #95CCF1
RGB: (149,204,241)

Color info

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

RGB color model

#95CCF1 color RGB value is (149,204,241).

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

RGB channels and saturation

R 149 of 255 = 58%
G 204 of 255 = 80%
B 241 of 255 = 95%

149
204
241

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

Portions of RGB colors in percentages

R + G + B =
149 + 204 + 241 = 594 (100%)
R 149 of 594 ~ 25.08%
G 204 of 594 ~ 34.34%
B 241 of 594 ~ 40.57%

%25.08
%34.34
%40.57

CMYK color model

#95CCF1 color CMYK value is (38,15,0,5).

  • cyan value is 38.17%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(38,15,0,5)
C38M15Y0K5 
(38%,15%,0%,5%)
(0.38/0.15/0.00/0.05)	

CMYK percentages

%38.17
%15.35
%0
%5.49

Codes

Color #95CCF1 in popluar color models

95CCF1
RGB149204241
HSL204°76.67%76.47%
HSB/HSV204°38.17%94.51%
CMYK38.17%15.35%0.00%
5.49%

Color #95CCF1 in popluar number systems.

HEX95CCF1
Decimal149204241
Binary100101011100110011110001
Octal225314361

Shades and tints

Shades of #95CCF1

#95CCF1
(149,204,241)
#88BADC
(136,186,220)
#7BA8C7
(123,168,199)
#6E96B2
(110,150,178)
#61849D
(97,132,157)
#547288
(84,114,136)
#476073
(71,96,115)
#3A4E5E
(58,78,94)
#2D3C49
(45,60,73)
#202A34
(32,42,52)
#13181F
(19,24,31)
#000000
(0,0,0)

Tints of #95CCF1

#95CCF1
(149,204,241)
#9ED0F2
(158,208,242)
#A7D4F3
(167,212,243)
#B0D8F4
(176,216,244)
#B9DCF5
(185,220,245)
#C2E0F6
(194,224,246)
#CBE4F7
(203,228,247)
#D4E8F8
(212,232,248)
#DDECF9
(221,236,249)
#E6F0FA
(230,240,250)
#EFF4FB
(239,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CCF1; }

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

This text font color is #95CCF1.


Background Color

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

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

This div background color is #95CCF1.


Border color

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

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

This div border color is #95CCF1.


Opacity

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

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

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

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

This text has shadow with #95CCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CCF1 on black background.


Color preview on white background

This text has color #95CCF1 on white background.



Black color preview on #95CCF1 background

This text has black color on #95CCF1 background.


White color preview on #95CCF1 background

This text has white color on #95CCF1 background.