COLOR #74AFD8

HEX: #74AFD8
RGB: (116,175,216)

Color info

#74AFD8 contains mainly green and blue colors. Web safe color of #74AFD8 is #6699CC (or #69C).

RGB color model

#74AFD8 color RGB value is (116,175,216).

  • red value is 116;
  • green value is 175;
  • blue value is 216.
RGB:
(116,175,216)
(45%,69%,85%)

RGB channels and saturation

R 116 of 255 = 45%
G 175 of 255 = 69%
B 216 of 255 = 85%

116
175
216

R + G + B ~ 66%. #74AFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 175 + 216 = 507 (100%)
R 116 of 507 ~ 22.88%
G 175 of 507 ~ 34.52%
B 216 of 507 ~ 42.6%

%22.88
%34.52
%42.6

CMYK color model

#74AFD8 color CMYK value is (46,19,0,15).

  • cyan value is 46.30%
  • magenta value is 18.98%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(46,19,0,15)
C46M19Y0K15 
(46%,19%,0%,15%)
(0.46/0.19/0.00/0.15)	

CMYK percentages

%46.3
%18.98
%0
%15.29

Codes

Color #74AFD8 in popluar color models

74AFD8
RGB116175216
HSL205°56.18%65.10%
HSB/HSV205°46.30%84.71%
CMYK46.30%18.98%0.00%
15.29%

Color #74AFD8 in popluar number systems.

HEX74AFD8
Decimal116175216
Binary11101001010111111011000
Octal164257330

Shades and tints

Shades of #74AFD8

#74AFD8
(116,175,216)
#6AA0C5
(106,160,197)
#6091B2
(96,145,178)
#56829F
(86,130,159)
#4C738C
(76,115,140)
#426479
(66,100,121)
#385566
(56,85,102)
#2E4653
(46,70,83)
#243740
(36,55,64)
#1A282D
(26,40,45)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #74AFD8

#74AFD8
(116,175,216)
#80B6DB
(128,182,219)
#8CBDDE
(140,189,222)
#98C4E1
(152,196,225)
#A4CBE4
(164,203,228)
#B0D2E7
(176,210,231)
#BCD9EA
(188,217,234)
#C8E0ED
(200,224,237)
#D4E7F0
(212,231,240)
#E0EEF3
(224,238,243)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AFD8 color. Also use rgb(116,175,216) instead hex code.

Text Font Color

.myTextColor { color: #74AFD8; }

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

This text font color is #74AFD8.


Background Color

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

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

This div background color is #74AFD8.


Border color

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

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

This div border color is #74AFD8.


Opacity

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

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

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

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

This text has shadow with #74AFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AFD8 on black background.


Color preview on white background

This text has color #74AFD8 on white background.



Black color preview on #74AFD8 background

This text has black color on #74AFD8 background.


White color preview on #74AFD8 background

This text has white color on #74AFD8 background.