COLOR #95BAEC

HEX: #95BAEC RGB: (149,186,236)

Color info

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

RGB color model

#95BAEC color RGB value is (149,186,236).

RGB: (149,186,236) (58%, 73%, 93%)

RGB channels and saturation

R 149 of 255 = 58%
G 186 of 255 = 73%
B 236 of 255 = 93%

149
186
236

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

Portions of RGB colors in percentages

R + G + B = 149 + 186 + 236 = 571 (100%)
R 149 of 571 ~ 26.09%
G 186 of 571 ~ 32.57%
B 236 of 571 ~ 41.33'%

%26.09
%32.57
%41.33

CMYK color model

#95BAEC color CMYK value is (37,21,0,7).

  • cyan value is 36.86%
  • magenta value is 21.19%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (37,21,0,7)
C37M21Y0K7 (37%, 21%, 0%, 7%)
(0.37 / 0.21 / 0.00 / 0.07)

CMYK percentages

%36.86
%21.19
%0
%7.45

Codes

Color #95BAEC in popluar color models

95 BA EC
RGB 149 186 236
HSL 214° 69.60% 75.49%
HSB/HSV 214° 36.86% 92.55%
CMYK 36.86% 21.19% 0.00%
7.45%

Color #95BAEC in popluar number systems.

HEX 95 BA EC
Decimal 149 186 236
Binary 10010101 10111010 11101100
Octal 225 272 354

Shades and tints

Shades of #95BAEC

#95BAEC
(149,186,236)
#88AAD7
(136,170,215)
#7B9AC2
(123,154,194)
#6E8AAD
(110,138,173)
#617A98
(97,122,152)
#546A83
(84,106,131)
#475A6E
(71,90,110)
#3A4A59
(58,74,89)
#2D3A44
(45,58,68)
#202A2F
(32,42,47)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #95BAEC

#95BAEC
(149,186,236)
#9EC0ED
(158,192,237)
#A7C6EE
(167,198,238)
#B0CCEF
(176,204,239)
#B9D2F0
(185,210,240)
#C2D8F1
(194,216,241)
#CBDEF2
(203,222,242)
#D4E4F3
(212,228,243)
#DDEAF4
(221,234,244)
#E6F0F5
(230,240,245)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BAEC color. Also use rgb(149,186,236) instead hex code.

Text Font Color

.myTextColor { color: #95BAEC; }

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

This text font color is #95BAEC.

Background Color

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

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

This div background color is #95BAEC.

Border color

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

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

This div border color is #95BAEC.

Opacity

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

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

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

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

This text has shadow with #95BAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BAEC.

Preview

Color preview on black background

This text has color #95BAEC on black background.


Color preview on white background

This text has color #95BAEC on white background.


Black color preview on #95BAEC background

This text has black color on #95BAEC background.


White color preview on #95BAEC background

This text has white color on #95BAEC background.


Related colors

Complementary color

Complementary color for #hex is #6A4513.


I love getcolorcode.com

Triadic colors

1 #EC95BA and #BAEC95 with #95BAEC are triadic colors.

2 #ECBA95 and #BA95EC with #95BAEC are triadic colors.