COLOR #74BAEC

HEX: #74BAEC
RGB: (116,186,236)

Color info

#74BAEC contains mainly green and blue colors. Web safe color of #74BAEC is #66CCFF (or #6CF).

RGB color model

#74BAEC color RGB value is (116,186,236).

  • red value is 116;
  • green value is 186;
  • blue value is 236.
RGB:
(116,186,236)
(45%,73%,93%)

RGB channels and saturation

R 116 of 255 = 45%
G 186 of 255 = 73%
B 236 of 255 = 93%

116
186
236

R + G + B ~ 70%. #74BAEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 186 + 236 = 538 (100%)
R 116 of 538 ~ 21.56%
G 186 of 538 ~ 34.57%
B 236 of 538 ~ 43.87%

%21.56
%34.57
%43.87

CMYK color model

#74BAEC color CMYK value is (51,21,0,7).

  • cyan value is 50.85%
  • magenta value is 21.19%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(51,21,0,7)
C51M21Y0K7 
(51%,21%,0%,7%)
(0.51/0.21/0.00/0.07)	

CMYK percentages

%50.85
%21.19
%0
%7.45

Codes

Color #74BAEC in popluar color models

74BAEC
RGB116186236
HSL205°75.95%69.02%
HSB/HSV205°50.85%92.55%
CMYK50.85%21.19%0.00%
7.45%

Color #74BAEC in popluar number systems.

HEX74BAEC
Decimal116186236
Binary11101001011101011101100
Octal164272354

Shades and tints

Shades of #74BAEC

#74BAEC
(116,186,236)
#6AAAD7
(106,170,215)
#609AC2
(96,154,194)
#568AAD
(86,138,173)
#4C7A98
(76,122,152)
#426A83
(66,106,131)
#385A6E
(56,90,110)
#2E4A59
(46,74,89)
#243A44
(36,58,68)
#1A2A2F
(26,42,47)
#101A1A
(16,26,26)
#000000
(0,0,0)

Tints of #74BAEC

#74BAEC
(116,186,236)
#80C0ED
(128,192,237)
#8CC6EE
(140,198,238)
#98CCEF
(152,204,239)
#A4D2F0
(164,210,240)
#B0D8F1
(176,216,241)
#BCDEF2
(188,222,242)
#C8E4F3
(200,228,243)
#D4EAF4
(212,234,244)
#E0F0F5
(224,240,245)
#ECF6F6
(236,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BAEC; }

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

This text font color is #74BAEC.


Background Color

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

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

This div background color is #74BAEC.


Border color

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

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

This div border color is #74BAEC.


Opacity

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

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

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

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

This text has shadow with #74BAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BAEC on black background.


Color preview on white background

This text has color #74BAEC on white background.



Black color preview on #74BAEC background

This text has black color on #74BAEC background.


White color preview on #74BAEC background

This text has white color on #74BAEC background.