COLOR #74C6E9

HEX: #74C6E9 RGB: (116,198,233)

Color info

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

RGB color model

#74C6E9 color RGB value is (116,198,233).

RGB: (116,198,233) (45%, 78%, 91%)

RGB channels and saturation

R 116 of 255 = 45%
G 198 of 255 = 78%
B 233 of 255 = 91%

116
198
233

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

Portions of RGB colors in percentages

R + G + B = 116 + 198 + 233 = 547 (100%)
R 116 of 547 ~ 21.21%
G 198 of 547 ~ 36.2%
B 233 of 547 ~ 42.6'%

%21.21
%36.2
%42.6

CMYK color model

#74C6E9 color CMYK value is (50,15,0,9).

  • cyan value is 50.21%
  • magenta value is 15.02%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (50,15,0,9) C50M15Y0K9 (50%,15%,0%,9%) (0.50/0.15/0.00/0.09) 

CMYK percentages

%50.21
%15.02
%0
%8.63

Codes

Color #74C6E9 in popluar color models

74 C6 E9
RGB 116 198 233
HSL 198° 72.67% 68.43%
HSB/HSV 198° 50.21% 91.37%
CMYK 50.21% 15.02% 0.00%
8.63%

Color #74C6E9 in popluar number systems.

HEX 74 C6 E9
Decimal 116 198 233
Binary 1110100 11000110 11101001
Octal 164 306 351

Shades and tints

Shades of #74C6E9

#74C6E9
(116,198,233)
#6AB4D4
(106,180,212)
#60A2BF
(96,162,191)
#5690AA
(86,144,170)
#4C7E95
(76,126,149)
#426C80
(66,108,128)
#385A6B
(56,90,107)
#2E4856
(46,72,86)
#243641
(36,54,65)
#1A242C
(26,36,44)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #74C6E9

#74C6E9
(116,198,233)
#80CBEB
(128,203,235)
#8CD0ED
(140,208,237)
#98D5EF
(152,213,239)
#A4DAF1
(164,218,241)
#B0DFF3
(176,223,243)
#BCE4F5
(188,228,245)
#C8E9F7
(200,233,247)
#D4EEF9
(212,238,249)
#E0F3FB
(224,243,251)
#ECF8FD
(236,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C6E9 color. Also use rgb(116,198,233) instead hex code.

Text Font Color

.myTextColor { color: #74C6E9; }

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

This text font color is #74C6E9.

Background Color

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

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

This div background color is #74C6E9.

Border color

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

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

This div border color is #74C6E9.

Opacity

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

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

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

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

This text has shadow with #74C6E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74C6E9.

Preview

Color preview on black background

This text has color #74C6E9 on black background.


Color preview on white background

This text has color #74C6E9 on white background.


Black color preview on #74C6E9 background

This text has black color on #74C6E9 background.


White color preview on #74C6E9 background

This text has white color on #74C6E9 background.


Related colors

Complementary color

Complementary color for #hex is #8B3916.


I love getcolorcode.com

Triadic colors

1 #E974C6 and #C6E974 with #74C6E9 are triadic colors.

2 #E9C674 and #C674E9 with #74C6E9 are triadic colors.