COLOR #74BFEA

HEX: #74BFEA
RGB: (116,191,234)

Color info

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

RGB color model

#74BFEA color RGB value is (116,191,234).

  • red value is 116;
  • green value is 191;
  • blue value is 234.
RGB:
(116,191,234)
(45%,75%,92%)

RGB channels and saturation

R 116 of 255 = 45%
G 191 of 255 = 75%
B 234 of 255 = 92%

116
191
234

R + G + B ~ 71%. #74BFEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 191 + 234 = 541 (100%)
R 116 of 541 ~ 21.44%
G 191 of 541 ~ 35.3%
B 234 of 541 ~ 43.25%

%21.44
%35.3
%43.25

CMYK color model

#74BFEA color CMYK value is (50,18,0,8).

  • cyan value is 50.43%
  • magenta value is 18.38%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(50,18,0,8)
C50M18Y0K8 
(50%,18%,0%,8%)
(0.50/0.18/0.00/0.08)	

CMYK percentages

%50.43
%18.38
%0
%8.24

Codes

Color #74BFEA in popluar color models

74BFEA
RGB116191234
HSL202°73.75%68.63%
HSB/HSV202°50.43%91.76%
CMYK50.43%18.38%0.00%
8.24%

Color #74BFEA in popluar number systems.

HEX74BFEA
Decimal116191234
Binary11101001011111111101010
Octal164277352

Shades and tints

Shades of #74BFEA

#74BFEA
(116,191,234)
#6AAED5
(106,174,213)
#609DC0
(96,157,192)
#568CAB
(86,140,171)
#4C7B96
(76,123,150)
#426A81
(66,106,129)
#38596C
(56,89,108)
#2E4857
(46,72,87)
#243742
(36,55,66)
#1A262D
(26,38,45)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #74BFEA

#74BFEA
(116,191,234)
#80C4EB
(128,196,235)
#8CC9EC
(140,201,236)
#98CEED
(152,206,237)
#A4D3EE
(164,211,238)
#B0D8EF
(176,216,239)
#BCDDF0
(188,221,240)
#C8E2F1
(200,226,241)
#D4E7F2
(212,231,242)
#E0ECF3
(224,236,243)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BFEA color. Also use rgb(116,191,234) instead hex code.

Text Font Color

.myTextColor { color: #74BFEA; }

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

This text font color is #74BFEA.


Background Color

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

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

This div background color is #74BFEA.


Border color

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

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

This div border color is #74BFEA.


Opacity

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

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

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

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

This text has shadow with #74BFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BFEA on black background.


Color preview on white background

This text has color #74BFEA on white background.



Black color preview on #74BFEA background

This text has black color on #74BFEA background.


White color preview on #74BFEA background

This text has white color on #74BFEA background.