COLOR #75A9BF

HEX: #75A9BF RGB: (117,169,191)

Color info

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

RGB color model

#75A9BF color RGB value is (117,169,191).

RGB: (117,169,191) (46%, 66%, 75%)

RGB channels and saturation

R 117 of 255 = 46%
G 169 of 255 = 66%
B 191 of 255 = 75%

117
169
191

R + G + B ~ 62%. #75A9BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 169 + 191 = 477 (100%)
R 117 of 477 ~ 24.53%
G 169 of 477 ~ 35.43%
B 191 of 477 ~ 40.04'%

%24.53
%35.43
%40.04

CMYK color model

#75A9BF color CMYK value is (39,12,0,25).

  • cyan value is 38.74%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (39,12,0,25)
C39M12Y0K25 (39%, 12%, 0%, 25%)
(0.39 / 0.12 / 0.00 / 0.25)

CMYK percentages

%38.74
%11.52
%0
%25.1

Codes

Color #75A9BF in popluar color models

75 A9 BF
RGB 117 169 191
HSL 198° 36.63% 60.39%
HSB/HSV 198° 38.74% 74.90%
CMYK 38.74% 11.52% 0.00%
25.10%

Color #75A9BF in popluar number systems.

HEX 75 A9 BF
Decimal 117 169 191
Binary 1110101 10101001 10111111
Octal 165 251 277

Shades and tints

Shades of #75A9BF

#75A9BF
(117,169,191)
#6B9AAE
(107,154,174)
#618B9D
(97,139,157)
#577C8C
(87,124,140)
#4D6D7B
(77,109,123)
#435E6A
(67,94,106)
#394F59
(57,79,89)
#2F4048
(47,64,72)
#253137
(37,49,55)
#1B2226
(27,34,38)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #75A9BF

#75A9BF
(117,169,191)
#81B0C4
(129,176,196)
#8DB7C9
(141,183,201)
#99BECE
(153,190,206)
#A5C5D3
(165,197,211)
#B1CCD8
(177,204,216)
#BDD3DD
(189,211,221)
#C9DAE2
(201,218,226)
#D5E1E7
(213,225,231)
#E1E8EC
(225,232,236)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A9BF color. Also use rgb(117,169,191) instead hex code.

Text Font Color

.myTextColor { color: #75A9BF; }

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

This text font color is #75A9BF.

Background Color

.myBgColor { background-color: #75A9BF; }

<div style="background-color:#75A9BF">Inner text</div>

This div background color is #75A9BF.

Border color

.myBorderColor { border: 1px solid #75A9BF; }

<div style="border:3px solid #75A9BF">Div</div>

This div border color is #75A9BF.

Opacity

.myOpacity80 { color: #75A9BF; opacity: 0.8; }

<p style="color:#75A9BF;opacity:0.8;">80%</p>

Text with #75A9BF 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 #75A9BF;}

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

This text has shadow with #75A9BF color.


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

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

This text has shadow with #75A9BF primary color and red secondary color.


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

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

This text has shadow with #75A9BF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75A9BF.

Preview

Color preview on black background

This text has color #75A9BF on black background.


Color preview on white background

This text has color #75A9BF on white background.


Black color preview on #75A9BF background

This text has black color on #75A9BF background.


White color preview on #75A9BF background

This text has white color on #75A9BF background.


Related colors

Complementary color

Complementary color for #hex is #8A5640.


I love getcolorcode.com

Triadic colors

1 #BF75A9 and #A9BF75 with #75A9BF are triadic colors.

2 #BFA975 and #A975BF with #75A9BF are triadic colors.