COLOR #95BCDB

HEX: #95BCDB RGB: (149,188,219)

Color info

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

RGB color model

#95BCDB color RGB value is (149,188,219).

RGB: (149,188,219) (58%, 74%, 86%)

RGB channels and saturation

R 149 of 255 = 58%
G 188 of 255 = 74%
B 219 of 255 = 86%

149
188
219

R + G + B ~ 73%. #95BCDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 188 + 219 = 556 (100%)
R 149 of 556 ~ 26.8%
G 188 of 556 ~ 33.81%
B 219 of 556 ~ 39.39'%

%26.8
%33.81
%39.39

CMYK color model

#95BCDB color CMYK value is (32,14,0,14).

  • cyan value is 31.96%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (32,14,0,14) C32M14Y0K14 (32%,14%,0%,14%) (0.32/0.14/0.00/0.14) 

CMYK percentages

%31.96
%14.16
%0
%14.12

Codes

Color #95BCDB in popluar color models

95 BC DB
RGB 149 188 219
HSL 207° 49.30% 72.16%
HSB/HSV 207° 31.96% 85.88%
CMYK 31.96% 14.16% 0.00%
14.12%

Color #95BCDB in popluar number systems.

HEX 95 BC DB
Decimal 149 188 219
Binary 10010101 10111100 11011011
Octal 225 274 333

Shades and tints

Shades of #95BCDB

#95BCDB
(149,188,219)
#88ABC8
(136,171,200)
#7B9AB5
(123,154,181)
#6E89A2
(110,137,162)
#61788F
(97,120,143)
#54677C
(84,103,124)
#475669
(71,86,105)
#3A4556
(58,69,86)
#2D3443
(45,52,67)
#202330
(32,35,48)
#13121D
(19,18,29)
#000000
(0,0,0)

Tints of #95BCDB

#95BCDB
(149,188,219)
#9EC2DE
(158,194,222)
#A7C8E1
(167,200,225)
#B0CEE4
(176,206,228)
#B9D4E7
(185,212,231)
#C2DAEA
(194,218,234)
#CBE0ED
(203,224,237)
#D4E6F0
(212,230,240)
#DDECF3
(221,236,243)
#E6F2F6
(230,242,246)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BCDB color. Also use rgb(149,188,219) instead hex code.

Text Font Color

.myTextColor { color: #95BCDB; }

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

This text font color is #95BCDB.

Background Color

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

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

This div background color is #95BCDB.

Border color

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

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

This div border color is #95BCDB.

Opacity

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

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

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

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

This text has shadow with #95BCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BCDB.

Preview

Color preview on black background

This text has color #95BCDB on black background.


Color preview on white background

This text has color #95BCDB on white background.


Black color preview on #95BCDB background

This text has black color on #95BCDB background.


White color preview on #95BCDB background

This text has white color on #95BCDB background.


Related colors

Complementary color

Complementary color for #hex is #6A4324.


I love getcolorcode.com

Triadic colors

1 #DB95BC and #BCDB95 with #95BCDB are triadic colors.

2 #DBBC95 and #BC95DB with #95BCDB are triadic colors.