COLOR #95DFF5

HEX: #95DFF5
RGB: (149,223,245)

Color info

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

RGB color model

#95DFF5 color RGB value is (149,223,245).

  • red value is 149;
  • green value is 223;
  • blue value is 245.
RGB:
(149,223,245)
(58%,87%,96%)

RGB channels and saturation

R 149 of 255 = 58%
G 223 of 255 = 87%
B 245 of 255 = 96%

149
223
245

R + G + B ~ 80%. #95DFF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 223 + 245 = 617 (100%)
R 149 of 617 ~ 24.15%
G 223 of 617 ~ 36.14%
B 245 of 617 ~ 39.71%

%24.15
%36.14
%39.71

CMYK color model

#95DFF5 color CMYK value is (39,9,0,4).

  • cyan value is 39.18%
  • magenta value is 8.98%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(39,9,0,4)
C39M9Y0K4 
(39%,9%,0%,4%)
(0.39/0.09/0.00/0.04)	

CMYK percentages

%39.18
%8.98
%0
%3.92

Codes

Color #95DFF5 in popluar color models

95DFF5
RGB149223245
HSL194°82.76%77.25%
HSB/HSV194°39.18%96.08%
CMYK39.18%8.98%0.00%
3.92%

Color #95DFF5 in popluar number systems.

HEX95DFF5
Decimal149223245
Binary100101011101111111110101
Octal225337365

Shades and tints

Shades of #95DFF5

#95DFF5
(149,223,245)
#88CBDF
(136,203,223)
#7BB7C9
(123,183,201)
#6EA3B3
(110,163,179)
#618F9D
(97,143,157)
#547B87
(84,123,135)
#476771
(71,103,113)
#3A535B
(58,83,91)
#2D3F45
(45,63,69)
#202B2F
(32,43,47)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #95DFF5

#95DFF5
(149,223,245)
#9EE1F5
(158,225,245)
#A7E3F5
(167,227,245)
#B0E5F5
(176,229,245)
#B9E7F5
(185,231,245)
#C2E9F5
(194,233,245)
#CBEBF5
(203,235,245)
#D4EDF5
(212,237,245)
#DDEFF5
(221,239,245)
#E6F1F5
(230,241,245)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95DFF5 color. Also use rgb(149,223,245) instead hex code.

Text Font Color

.myTextColor { color: #95DFF5; }

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

This text font color is #95DFF5.


Background Color

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

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

This div background color is #95DFF5.


Border color

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

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

This div border color is #95DFF5.


Opacity

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

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

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

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

This text has shadow with #95DFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DFF5 on black background.


Color preview on white background

This text has color #95DFF5 on white background.



Black color preview on #95DFF5 background

This text has black color on #95DFF5 background.


White color preview on #95DFF5 background

This text has white color on #95DFF5 background.