COLOR #74B8DA

HEX: #74B8DA RGB: (116,184,218)

Color info

#74B8DA contains mainly green and blue colors. Web safe color of #74B8DA is #66CCCC (or #6CC).

RGB color model

#74B8DA color RGB value is (116,184,218).

RGB: (116,184,218) (45%, 72%, 85%)

RGB channels and saturation

R 116 of 255 = 45%
G 184 of 255 = 72%
B 218 of 255 = 85%

116
184
218

R + G + B ~ 67%. #74B8DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 184 + 218 = 518 (100%)
R 116 of 518 ~ 22.39%
G 184 of 518 ~ 35.52%
B 218 of 518 ~ 42.08'%

%22.39
%35.52
%42.08

CMYK color model

#74B8DA color CMYK value is (47,16,0,15).

  • cyan value is 46.79%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (47,16,0,15) C47M16Y0K15 (47%,16%,0%,15%) (0.47/0.16/0.00/0.15) 

CMYK percentages

%46.79
%15.6
%0
%14.51

Codes

Color #74B8DA in popluar color models

74 B8 DA
RGB 116 184 218
HSL 200° 57.95% 65.49%
HSB/HSV 200° 46.79% 85.49%
CMYK 46.79% 15.60% 0.00%
14.51%

Color #74B8DA in popluar number systems.

HEX 74 B8 DA
Decimal 116 184 218
Binary 1110100 10111000 11011010
Octal 164 270 332

Shades and tints

Shades of #74B8DA

#74B8DA
(116,184,218)
#6AA8C7
(106,168,199)
#6098B4
(96,152,180)
#5688A1
(86,136,161)
#4C788E
(76,120,142)
#42687B
(66,104,123)
#385868
(56,88,104)
#2E4855
(46,72,85)
#243842
(36,56,66)
#1A282F
(26,40,47)
#10181C
(16,24,28)
#000000
(0,0,0)

Tints of #74B8DA

#74B8DA
(116,184,218)
#80BEDD
(128,190,221)
#8CC4E0
(140,196,224)
#98CAE3
(152,202,227)
#A4D0E6
(164,208,230)
#B0D6E9
(176,214,233)
#BCDCEC
(188,220,236)
#C8E2EF
(200,226,239)
#D4E8F2
(212,232,242)
#E0EEF5
(224,238,245)
#ECF4F8
(236,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B8DA color. Also use rgb(116,184,218) instead hex code.

Text Font Color

.myTextColor { color: #74B8DA; }

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

This text font color is #74B8DA.

Background Color

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

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

This div background color is #74B8DA.

Border color

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

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

This div border color is #74B8DA.

Opacity

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

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

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

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

This text has shadow with #74B8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B8DA.

Preview

Color preview on black background

This text has color #74B8DA on black background.


Color preview on white background

This text has color #74B8DA on white background.


Black color preview on #74B8DA background

This text has black color on #74B8DA background.


White color preview on #74B8DA background

This text has white color on #74B8DA background.


Related colors

Complementary color

Complementary color for #hex is #8B4725.


I love getcolorcode.com

Triadic colors

1 #DA74B8 and #B8DA74 with #74B8DA are triadic colors.

2 #DAB874 and #B874DA with #74B8DA are triadic colors.