COLOR #95C5E6

HEX: #95C5E6 RGB: (149,197,230)

Color info

#95C5E6 contains mainly green and blue colors. Web safe color of #95C5E6 is #99CCCC (or #9CC).

RGB color model

#95C5E6 color RGB value is (149,197,230).

RGB: (149,197,230) (58%, 77%, 90%)

RGB channels and saturation

R 149 of 255 = 58%
G 197 of 255 = 77%
B 230 of 255 = 90%

149
197
230

R + G + B ~ 75%. #95C5E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 197 + 230 = 576 (100%)
R 149 of 576 ~ 25.87%
G 197 of 576 ~ 34.2%
B 230 of 576 ~ 39.93'%

%25.87
%34.2
%39.93

CMYK color model

#95C5E6 color CMYK value is (35,14,0,10).

  • cyan value is 35.22%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (35,14,0,10) C35M14Y0K10 (35%,14%,0%,10%) (0.35/0.14/0.00/0.10) 

CMYK percentages

%35.22
%14.35
%0
%9.8

Codes

Color #95C5E6 in popluar color models

95 C5 E6
RGB 149 197 230
HSL 204° 61.83% 74.31%
HSB/HSV 204° 35.22% 90.20%
CMYK 35.22% 14.35% 0.00%
9.80%

Color #95C5E6 in popluar number systems.

HEX 95 C5 E6
Decimal 149 197 230
Binary 10010101 11000101 11100110
Octal 225 305 346

Shades and tints

Shades of #95C5E6

#95C5E6
(149,197,230)
#88B4D2
(136,180,210)
#7BA3BE
(123,163,190)
#6E92AA
(110,146,170)
#618196
(97,129,150)
#547082
(84,112,130)
#475F6E
(71,95,110)
#3A4E5A
(58,78,90)
#2D3D46
(45,61,70)
#202C32
(32,44,50)
#131B1E
(19,27,30)
#000000
(0,0,0)

Tints of #95C5E6

#95C5E6
(149,197,230)
#9ECAE8
(158,202,232)
#A7CFEA
(167,207,234)
#B0D4EC
(176,212,236)
#B9D9EE
(185,217,238)
#C2DEF0
(194,222,240)
#CBE3F2
(203,227,242)
#D4E8F4
(212,232,244)
#DDEDF6
(221,237,246)
#E6F2F8
(230,242,248)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C5E6 color. Also use rgb(149,197,230) instead hex code.

Text Font Color

.myTextColor { color: #95C5E6; }

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

This text font color is #95C5E6.

Background Color

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

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

This div background color is #95C5E6.

Border color

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

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

This div border color is #95C5E6.

Opacity

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

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

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

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

This text has shadow with #95C5E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C5E6.

Preview

Color preview on black background

This text has color #95C5E6 on black background.


Color preview on white background

This text has color #95C5E6 on white background.


Black color preview on #95C5E6 background

This text has black color on #95C5E6 background.


White color preview on #95C5E6 background

This text has white color on #95C5E6 background.


Related colors

Complementary color

Complementary color for #hex is #6A3A19.


I love getcolorcode.com

Triadic colors

1 #E695C5 and #C5E695 with #95C5E6 are triadic colors.

2 #E6C595 and #C595E6 with #95C5E6 are triadic colors.