COLOR #94C6FA

HEX: #94C6FA RGB: (148,198,250)

Color info

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

RGB color model

#94C6FA color RGB value is (148,198,250).

RGB: (148,198,250) (58%, 78%, 98%)

RGB channels and saturation

R 148 of 255 = 58%
G 198 of 255 = 78%
B 250 of 255 = 98%

148
198
250

R + G + B ~ 78%. #94C6FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 198 + 250 = 596 (100%)
R 148 of 596 ~ 24.83%
G 198 of 596 ~ 33.22%
B 250 of 596 ~ 41.95'%

%24.83
%33.22
%41.95

CMYK color model

#94C6FA color CMYK value is (41,21,0,2).

  • cyan value is 40.80%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (41,21,0,2)
C41M21Y0K2 (41%, 21%, 0%, 2%)
(0.41 / 0.21 / 0.00 / 0.02)

CMYK percentages

%40.8
%20.8
%0
%1.96

Codes

Color #94C6FA in popluar color models

94 C6 FA
RGB 148 198 250
HSL 211° 91.07% 78.04%
HSB/HSV 211° 40.80% 98.04%
CMYK 40.80% 20.80% 0.00%
1.96%

Color #94C6FA in popluar number systems.

HEX 94 C6 FA
Decimal 148 198 250
Binary 10010100 11000110 11111010
Octal 224 306 372

Shades and tints

Shades of #94C6FA

#94C6FA
(148,198,250)
#87B4E4
(135,180,228)
#7AA2CE
(122,162,206)
#6D90B8
(109,144,184)
#607EA2
(96,126,162)
#536C8C
(83,108,140)
#465A76
(70,90,118)
#394860
(57,72,96)
#2C364A
(44,54,74)
#1F2434
(31,36,52)
#12121E
(18,18,30)
#000000
(0,0,0)

Tints of #94C6FA

#94C6FA
(148,198,250)
#9DCBFA
(157,203,250)
#A6D0FA
(166,208,250)
#AFD5FA
(175,213,250)
#B8DAFA
(184,218,250)
#C1DFFA
(193,223,250)
#CAE4FA
(202,228,250)
#D3E9FA
(211,233,250)
#DCEEFA
(220,238,250)
#E5F3FA
(229,243,250)
#EEF8FA
(238,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C6FA color. Also use rgb(148,198,250) instead hex code.

Text Font Color

.myTextColor { color: #94C6FA; }

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

This text font color is #94C6FA.

Background Color

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

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

This div background color is #94C6FA.

Border color

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

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

This div border color is #94C6FA.

Opacity

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

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

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

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

This text has shadow with #94C6FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94C6FA.

Preview

Color preview on black background

This text has color #94C6FA on black background.


Color preview on white background

This text has color #94C6FA on white background.


Black color preview on #94C6FA background

This text has black color on #94C6FA background.


White color preview on #94C6FA background

This text has white color on #94C6FA background.


Related colors

Complementary color

Complementary color for #hex is #6B3905.


I love getcolorcode.com

Triadic colors

1 #FA94C6 and #C6FA94 with #94C6FA are triadic colors.

2 #FAC694 and #C694FA with #94C6FA are triadic colors.