COLOR #95D0FA

HEX: #95D0FA
RGB: (149,208,250)

Color info

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

RGB color model

#95D0FA color RGB value is (149,208,250).

  • red value is 149;
  • green value is 208;
  • blue value is 250.
RGB:
(149,208,250)
(58%,82%,98%)

RGB channels and saturation

R 149 of 255 = 58%
G 208 of 255 = 82%
B 250 of 255 = 98%

149
208
250

R + G + B ~ 79%. #95D0FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 208 + 250 = 607 (100%)
R 149 of 607 ~ 24.55%
G 208 of 607 ~ 34.27%
B 250 of 607 ~ 41.19%

%24.55
%34.27
%41.19

CMYK color model

#95D0FA color CMYK value is (40,17,0,2).

  • cyan value is 40.40%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(40,17,0,2)
C40M17Y0K2 
(40%,17%,0%,2%)
(0.40/0.17/0.00/0.02)	

CMYK percentages

%40.4
%16.8
%0
%1.96

Codes

Color #95D0FA in popluar color models

95D0FA
RGB149208250
HSL205°90.99%78.24%
HSB/HSV205°40.40%98.04%
CMYK40.40%16.80%0.00%
1.96%

Color #95D0FA in popluar number systems.

HEX95D0FA
Decimal149208250
Binary100101011101000011111010
Octal225320372

Shades and tints

Shades of #95D0FA

#95D0FA
(149,208,250)
#88BEE4
(136,190,228)
#7BACCE
(123,172,206)
#6E9AB8
(110,154,184)
#6188A2
(97,136,162)
#54768C
(84,118,140)
#476476
(71,100,118)
#3A5260
(58,82,96)
#2D404A
(45,64,74)
#202E34
(32,46,52)
#131C1E
(19,28,30)
#000000
(0,0,0)

Tints of #95D0FA

#95D0FA
(149,208,250)
#9ED4FA
(158,212,250)
#A7D8FA
(167,216,250)
#B0DCFA
(176,220,250)
#B9E0FA
(185,224,250)
#C2E4FA
(194,228,250)
#CBE8FA
(203,232,250)
#D4ECFA
(212,236,250)
#DDF0FA
(221,240,250)
#E6F4FA
(230,244,250)
#EFF8FA
(239,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D0FA color. Also use rgb(149,208,250) instead hex code.

Text Font Color

.myTextColor { color: #95D0FA; }

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

This text font color is #95D0FA.


Background Color

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

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

This div background color is #95D0FA.


Border color

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

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

This div border color is #95D0FA.


Opacity

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

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

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

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

This text has shadow with #95D0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D0FA on black background.


Color preview on white background

This text has color #95D0FA on white background.



Black color preview on #95D0FA background

This text has black color on #95D0FA background.


White color preview on #95D0FA background

This text has white color on #95D0FA background.