COLOR #94C5EF

HEX: #94C5EF RGB: (148,197,239)

Color info

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

RGB color model

#94C5EF color RGB value is (148,197,239).

RGB: (148,197,239) (58%, 77%, 94%)

RGB channels and saturation

R 148 of 255 = 58%
G 197 of 255 = 77%
B 239 of 255 = 94%

148
197
239

R + G + B ~ 76%. #94C5EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 197 + 239 = 584 (100%)
R 148 of 584 ~ 25.34%
G 197 of 584 ~ 33.73%
B 239 of 584 ~ 40.92'%

%25.34
%33.73
%40.92

CMYK color model

#94C5EF color CMYK value is (38,18,0,6).

  • cyan value is 38.08%
  • magenta value is 17.57%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (38,18,0,6)
C38M18Y0K6 (38%, 18%, 0%, 6%)
(0.38 / 0.18 / 0.00 / 0.06)

CMYK percentages

%38.08
%17.57
%0
%6.27

Codes

Color #94C5EF in popluar color models

94 C5 EF
RGB 148 197 239
HSL 208° 73.98% 75.88%
HSB/HSV 208° 38.08% 93.73%
CMYK 38.08% 17.57% 0.00%
6.27%

Color #94C5EF in popluar number systems.

HEX 94 C5 EF
Decimal 148 197 239
Binary 10010100 11000101 11101111
Octal 224 305 357

Shades and tints

Shades of #94C5EF

#94C5EF
(148,197,239)
#87B4DA
(135,180,218)
#7AA3C5
(122,163,197)
#6D92B0
(109,146,176)
#60819B
(96,129,155)
#537086
(83,112,134)
#465F71
(70,95,113)
#394E5C
(57,78,92)
#2C3D47
(44,61,71)
#1F2C32
(31,44,50)
#121B1D
(18,27,29)
#000000
(0,0,0)

Tints of #94C5EF

#94C5EF
(148,197,239)
#9DCAF0
(157,202,240)
#A6CFF1
(166,207,241)
#AFD4F2
(175,212,242)
#B8D9F3
(184,217,243)
#C1DEF4
(193,222,244)
#CAE3F5
(202,227,245)
#D3E8F6
(211,232,246)
#DCEDF7
(220,237,247)
#E5F2F8
(229,242,248)
#EEF7F9
(238,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C5EF color. Also use rgb(148,197,239) instead hex code.

Text Font Color

.myTextColor { color: #94C5EF; }

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

This text font color is #94C5EF.

Background Color

.myBgColor { background-color: #94C5EF; }

<div style="background-color:#94C5EF">Inner text</div>

This div background color is #94C5EF.

Border color

.myBorderColor { border: 1px solid #94C5EF; }

<div style="border:3px solid #94C5EF">Div</div>

This div border color is #94C5EF.

Opacity

.myOpacity80 { color: #94C5EF; opacity: 0.8; }

<p style="color:#94C5EF;opacity:0.8;">80%</p>

Text with #94C5EF 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 #94C5EF;}

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

This text has shadow with #94C5EF color.


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

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

This text has shadow with #94C5EF primary color and red secondary color.


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

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

This text has shadow with #94C5EF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #94C5EF.

Preview

Color preview on black background

This text has color #94C5EF on black background.


Color preview on white background

This text has color #94C5EF on white background.


Black color preview on #94C5EF background

This text has black color on #94C5EF background.


White color preview on #94C5EF background

This text has white color on #94C5EF background.


Related colors

Complementary color

Complementary color for #hex is #6B3A10.


I love getcolorcode.com

Triadic colors

1 #EF94C5 and #C5EF94 with #94C5EF are triadic colors.

2 #EFC594 and #C594EF with #94C5EF are triadic colors.