COLOR #95CEEC

HEX: #95CEEC RGB: (149,206,236)

Color info

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

RGB color model

#95CEEC color RGB value is (149,206,236).

RGB: (149,206,236) (58%, 81%, 93%)

RGB channels and saturation

R 149 of 255 = 58%
G 206 of 255 = 81%
B 236 of 255 = 93%

149
206
236

R + G + B ~ 77%. #95CEEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 206 + 236 = 591 (100%)
R 149 of 591 ~ 25.21%
G 206 of 591 ~ 34.86%
B 236 of 591 ~ 39.93'%

%25.21
%34.86
%39.93

CMYK color model

#95CEEC color CMYK value is (37,13,0,7).

  • cyan value is 36.86%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (37,13,0,7) C37M13Y0K7 (37%,13%,0%,7%) (0.37/0.13/0.00/0.07) 

CMYK percentages

%36.86
%12.71
%0
%7.45

Codes

Color #95CEEC in popluar color models

95 CE EC
RGB 149 206 236
HSL 201° 69.60% 75.49%
HSB/HSV 201° 36.86% 92.55%
CMYK 36.86% 12.71% 0.00%
7.45%

Color #95CEEC in popluar number systems.

HEX 95 CE EC
Decimal 149 206 236
Binary 10010101 11001110 11101100
Octal 225 316 354

Shades and tints

Shades of #95CEEC

#95CEEC
(149,206,236)
#88BCD7
(136,188,215)
#7BAAC2
(123,170,194)
#6E98AD
(110,152,173)
#618698
(97,134,152)
#547483
(84,116,131)
#47626E
(71,98,110)
#3A5059
(58,80,89)
#2D3E44
(45,62,68)
#202C2F
(32,44,47)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #95CEEC

#95CEEC
(149,206,236)
#9ED2ED
(158,210,237)
#A7D6EE
(167,214,238)
#B0DAEF
(176,218,239)
#B9DEF0
(185,222,240)
#C2E2F1
(194,226,241)
#CBE6F2
(203,230,242)
#D4EAF3
(212,234,243)
#DDEEF4
(221,238,244)
#E6F2F5
(230,242,245)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CEEC; }

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

This text font color is #95CEEC.

Background Color

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

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

This div background color is #95CEEC.

Border color

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

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

This div border color is #95CEEC.

Opacity

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

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

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

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

This text has shadow with #95CEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95CEEC.

Preview

Color preview on black background

This text has color #95CEEC on black background.


Color preview on white background

This text has color #95CEEC on white background.


Black color preview on #95CEEC background

This text has black color on #95CEEC background.


White color preview on #95CEEC background

This text has white color on #95CEEC background.


Related colors

Complementary color

Complementary color for #hex is #6A3113.


I love getcolorcode.com

Triadic colors

1 #EC95CE and #CEEC95 with #95CEEC are triadic colors.

2 #ECCE95 and #CE95EC with #95CEEC are triadic colors.