COLOR #74B9ED

HEX: #74B9ED RGB: (116,185,237)

Color info

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

RGB color model

#74B9ED color RGB value is (116,185,237).

RGB: (116,185,237) (45%, 73%, 93%)

RGB channels and saturation

R 116 of 255 = 45%
G 185 of 255 = 73%
B 237 of 255 = 93%

116
185
237

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

Portions of RGB colors in percentages

R + G + B = 116 + 185 + 237 = 538 (100%)
R 116 of 538 ~ 21.56%
G 185 of 538 ~ 34.39%
B 237 of 538 ~ 44.05'%

%21.56
%34.39
%44.05

CMYK color model

#74B9ED color CMYK value is (51,22,0,7).

  • cyan value is 51.05%
  • magenta value is 21.94%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (51,22,0,7)
C51M22Y0K7 (51%, 22%, 0%, 7%)
(0.51 / 0.22 / 0.00 / 0.07)

CMYK percentages

%51.05
%21.94
%0
%7.06

Codes

Color #74B9ED in popluar color models

74 B9 ED
RGB 116 185 237
HSL 206° 77.07% 69.22%
HSB/HSV 206° 51.05% 92.94%
CMYK 51.05% 21.94% 0.00%
7.06%

Color #74B9ED in popluar number systems.

HEX 74 B9 ED
Decimal 116 185 237
Binary 1110100 10111001 11101101
Octal 164 271 355

Shades and tints

Shades of #74B9ED

#74B9ED
(116,185,237)
#6AA9D8
(106,169,216)
#6099C3
(96,153,195)
#5689AE
(86,137,174)
#4C7999
(76,121,153)
#426984
(66,105,132)
#38596F
(56,89,111)
#2E495A
(46,73,90)
#243945
(36,57,69)
#1A2930
(26,41,48)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #74B9ED

#74B9ED
(116,185,237)
#80BFEE
(128,191,238)
#8CC5EF
(140,197,239)
#98CBF0
(152,203,240)
#A4D1F1
(164,209,241)
#B0D7F2
(176,215,242)
#BCDDF3
(188,221,243)
#C8E3F4
(200,227,244)
#D4E9F5
(212,233,245)
#E0EFF6
(224,239,246)
#ECF5F7
(236,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B9ED color. Also use rgb(116,185,237) instead hex code.

Text Font Color

.myTextColor { color: #74B9ED; }

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

This text font color is #74B9ED.

Background Color

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

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

This div background color is #74B9ED.

Border color

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

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

This div border color is #74B9ED.

Opacity

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

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

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

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

This text has shadow with #74B9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B9ED.

Preview

Color preview on black background

This text has color #74B9ED on black background.


Color preview on white background

This text has color #74B9ED on white background.


Black color preview on #74B9ED background

This text has black color on #74B9ED background.


White color preview on #74B9ED background

This text has white color on #74B9ED background.


Related colors

Complementary color

Complementary color for #hex is #8B4612.


I love getcolorcode.com

Triadic colors

1 #ED74B9 and #B9ED74 with #74B9ED are triadic colors.

2 #EDB974 and #B974ED with #74B9ED are triadic colors.