COLOR #74C9E8

HEX: #74C9E8
RGB: (116,201,232)

Color info

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

RGB color model

#74C9E8 color RGB value is (116,201,232).

  • red value is 116;
  • green value is 201;
  • blue value is 232.
RGB:
(116,201,232)
(45%,79%,91%)

RGB channels and saturation

R 116 of 255 = 45%
G 201 of 255 = 79%
B 232 of 255 = 91%

116
201
232

R + G + B ~ 72%. #74C9E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 201 + 232 = 549 (100%)
R 116 of 549 ~ 21.13%
G 201 of 549 ~ 36.61%
B 232 of 549 ~ 42.26%

%21.13
%36.61
%42.26

CMYK color model

#74C9E8 color CMYK value is (50,13,0,9).

  • cyan value is 50.00%
  • magenta value is 13.36%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(50,13,0,9)
C50M13Y0K9 
(50%,13%,0%,9%)
(0.50/0.13/0.00/0.09)	

CMYK percentages

%50
%13.36
%0
%9.02

Codes

Color #74C9E8 in popluar color models

74C9E8
RGB116201232
HSL196°71.60%68.24%
HSB/HSV196°50.00%90.98%
CMYK50.00%13.36%0.00%
9.02%

Color #74C9E8 in popluar number systems.

HEX74C9E8
Decimal116201232
Binary11101001100100111101000
Octal164311350

Shades and tints

Shades of #74C9E8

#74C9E8
(116,201,232)
#6AB7D3
(106,183,211)
#60A5BE
(96,165,190)
#5693A9
(86,147,169)
#4C8194
(76,129,148)
#426F7F
(66,111,127)
#385D6A
(56,93,106)
#2E4B55
(46,75,85)
#243940
(36,57,64)
#1A272B
(26,39,43)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #74C9E8

#74C9E8
(116,201,232)
#80CDEA
(128,205,234)
#8CD1EC
(140,209,236)
#98D5EE
(152,213,238)
#A4D9F0
(164,217,240)
#B0DDF2
(176,221,242)
#BCE1F4
(188,225,244)
#C8E5F6
(200,229,246)
#D4E9F8
(212,233,248)
#E0EDFA
(224,237,250)
#ECF1FC
(236,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C9E8 color. Also use rgb(116,201,232) instead hex code.

Text Font Color

.myTextColor { color: #74C9E8; }

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

This text font color is #74C9E8.


Background Color

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

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

This div background color is #74C9E8.


Border color

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

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

This div border color is #74C9E8.


Opacity

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

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

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

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

This text has shadow with #74C9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C9E8 on black background.


Color preview on white background

This text has color #74C9E8 on white background.



Black color preview on #74C9E8 background

This text has black color on #74C9E8 background.


White color preview on #74C9E8 background

This text has white color on #74C9E8 background.