COLOR #95E8F0

HEX: #95E8F0 RGB: (149,232,240)

Color info

#95E8F0 contains mainly green and blue colors. Web safe color of #95E8F0 is #99FFFF (or #9FF).

RGB color model

#95E8F0 color RGB value is (149,232,240).

RGB: (149,232,240) (58%, 91%, 94%)

RGB channels and saturation

R 149 of 255 = 58%
G 232 of 255 = 91%
B 240 of 255 = 94%

149
232
240

R + G + B ~ 81%. #95E8F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 232 + 240 = 621 (100%)
R 149 of 621 ~ 23.99%
G 232 of 621 ~ 37.36%
B 240 of 621 ~ 38.65'%

%23.99
%37.36
%38.65

CMYK color model

#95E8F0 color CMYK value is (38,3,0,6).

  • cyan value is 37.92%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (38,3,0,6)
C38M3Y0K6 (38%, 3%, 0%, 6%)
(0.38 / 0.03 / 0.00 / 0.06)

CMYK percentages

%37.92
%3.33
%0
%5.88

Codes

Color #95E8F0 in popluar color models

95 E8 F0
RGB 149 232 240
HSL 185° 75.21% 76.27%
HSB/HSV 185° 37.92% 94.12%
CMYK 37.92% 3.33% 0.00%
5.88%

Color #95E8F0 in popluar number systems.

HEX 95 E8 F0
Decimal 149 232 240
Binary 10010101 11101000 11110000
Octal 225 350 360

Shades and tints

Shades of #95E8F0

#95E8F0
(149,232,240)
#88D3DB
(136,211,219)
#7BBEC6
(123,190,198)
#6EA9B1
(110,169,177)
#61949C
(97,148,156)
#547F87
(84,127,135)
#476A72
(71,106,114)
#3A555D
(58,85,93)
#2D4048
(45,64,72)
#202B33
(32,43,51)
#13161E
(19,22,30)
#000000
(0,0,0)

Tints of #95E8F0

#95E8F0
(149,232,240)
#9EEAF1
(158,234,241)
#A7ECF2
(167,236,242)
#B0EEF3
(176,238,243)
#B9F0F4
(185,240,244)
#C2F2F5
(194,242,245)
#CBF4F6
(203,244,246)
#D4F6F7
(212,246,247)
#DDF8F8
(221,248,248)
#E6FAF9
(230,250,249)
#EFFCFA
(239,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E8F0 color. Also use rgb(149,232,240) instead hex code.

Text Font Color

.myTextColor { color: #95E8F0; }

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

This text font color is #95E8F0.

Background Color

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

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

This div background color is #95E8F0.

Border color

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

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

This div border color is #95E8F0.

Opacity

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

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

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

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

This text has shadow with #95E8F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95E8F0.

Preview

Color preview on black background

This text has color #95E8F0 on black background.


Color preview on white background

This text has color #95E8F0 on white background.


Black color preview on #95E8F0 background

This text has black color on #95E8F0 background.


White color preview on #95E8F0 background

This text has white color on #95E8F0 background.


Related colors

Complementary color

Complementary color for #hex is #6A170F.


I love getcolorcode.com

Triadic colors

1 #F095E8 and #E8F095 with #95E8F0 are triadic colors.

2 #F0E895 and #E895F0 with #95E8F0 are triadic colors.