COLOR #74C2F7

HEX: #74C2F7 RGB: (116,194,247)

Color info

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

RGB color model

#74C2F7 color RGB value is (116,194,247).

RGB: (116,194,247) (45%, 76%, 97%)

RGB channels and saturation

R 116 of 255 = 45%
G 194 of 255 = 76%
B 247 of 255 = 97%

116
194
247

R + G + B ~ 73%. #74C2F7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 194 + 247 = 557 (100%)
R 116 of 557 ~ 20.83%
G 194 of 557 ~ 34.83%
B 247 of 557 ~ 44.34'%

%20.83
%34.83
%44.34

CMYK color model

#74C2F7 color CMYK value is (53,21,0,3).

  • cyan value is 53.04%
  • magenta value is 21.46%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (53,21,0,3)
C53M21Y0K3 (53%, 21%, 0%, 3%)
(0.53 / 0.21 / 0.00 / 0.03)

CMYK percentages

%53.04
%21.46
%0
%3.14

Codes

Color #74C2F7 in popluar color models

74 C2 F7
RGB 116 194 247
HSL 204° 89.12% 71.18%
HSB/HSV 204° 53.04% 96.86%
CMYK 53.04% 21.46% 0.00%
3.14%

Color #74C2F7 in popluar number systems.

HEX 74 C2 F7
Decimal 116 194 247
Binary 1110100 11000010 11110111
Octal 164 302 367

Shades and tints

Shades of #74C2F7

#74C2F7
(116,194,247)
#6AB1E1
(106,177,225)
#60A0CB
(96,160,203)
#568FB5
(86,143,181)
#4C7E9F
(76,126,159)
#426D89
(66,109,137)
#385C73
(56,92,115)
#2E4B5D
(46,75,93)
#243A47
(36,58,71)
#1A2931
(26,41,49)
#10181B
(16,24,27)
#000000
(0,0,0)

Tints of #74C2F7

#74C2F7
(116,194,247)
#80C7F7
(128,199,247)
#8CCCF7
(140,204,247)
#98D1F7
(152,209,247)
#A4D6F7
(164,214,247)
#B0DBF7
(176,219,247)
#BCE0F7
(188,224,247)
#C8E5F7
(200,229,247)
#D4EAF7
(212,234,247)
#E0EFF7
(224,239,247)
#ECF4F7
(236,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C2F7 color. Also use rgb(116,194,247) instead hex code.

Text Font Color

.myTextColor { color: #74C2F7; }

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

This text font color is #74C2F7.

Background Color

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

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

This div background color is #74C2F7.

Border color

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

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

This div border color is #74C2F7.

Opacity

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

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

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

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

This text has shadow with #74C2F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74C2F7.

Preview

Color preview on black background

This text has color #74C2F7 on black background.


Color preview on white background

This text has color #74C2F7 on white background.


Black color preview on #74C2F7 background

This text has black color on #74C2F7 background.


White color preview on #74C2F7 background

This text has white color on #74C2F7 background.


Related colors

Complementary color

Complementary color for #hex is #8B3D08.


I love getcolorcode.com

Triadic colors

1 #F774C2 and #C2F774 with #74C2F7 are triadic colors.

2 #F7C274 and #C274F7 with #74C2F7 are triadic colors.