COLOR #75BFD5

HEX: #75BFD5
RGB: (117,191,213)

Color info

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

RGB color model

#75BFD5 color RGB value is (117,191,213).

  • red value is 117;
  • green value is 191;
  • blue value is 213.
RGB:
(117,191,213)
(46%,75%,84%)

RGB channels and saturation

R 117 of 255 = 46%
G 191 of 255 = 75%
B 213 of 255 = 84%

117
191
213

R + G + B ~ 68%. #75BFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 191 + 213 = 521 (100%)
R 117 of 521 ~ 22.46%
G 191 of 521 ~ 36.66%
B 213 of 521 ~ 40.88%

%22.46
%36.66
%40.88

CMYK color model

#75BFD5 color CMYK value is (45,10,0,16).

  • cyan value is 45.07%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(45,10,0,16)
C45M10Y0K16 
(45%,10%,0%,16%)
(0.45/0.10/0.00/0.16)	

CMYK percentages

%45.07
%10.33
%0
%16.47

Codes

Color #75BFD5 in popluar color models

75BFD5
RGB117191213
HSL194°53.33%64.71%
HSB/HSV194°45.07%83.53%
CMYK45.07%10.33%0.00%
16.47%

Color #75BFD5 in popluar number systems.

HEX75BFD5
Decimal117191213
Binary11101011011111111010101
Octal165277325

Shades and tints

Shades of #75BFD5

#75BFD5
(117,191,213)
#6BAEC2
(107,174,194)
#619DAF
(97,157,175)
#578C9C
(87,140,156)
#4D7B89
(77,123,137)
#436A76
(67,106,118)
#395963
(57,89,99)
#2F4850
(47,72,80)
#25373D
(37,55,61)
#1B262A
(27,38,42)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #75BFD5

#75BFD5
(117,191,213)
#81C4D8
(129,196,216)
#8DC9DB
(141,201,219)
#99CEDE
(153,206,222)
#A5D3E1
(165,211,225)
#B1D8E4
(177,216,228)
#BDDDE7
(189,221,231)
#C9E2EA
(201,226,234)
#D5E7ED
(213,231,237)
#E1ECF0
(225,236,240)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BFD5; }

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

This text font color is #75BFD5.


Background Color

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

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

This div background color is #75BFD5.


Border color

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

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

This div border color is #75BFD5.


Opacity

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

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

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

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

This text has shadow with #75BFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BFD5 on black background.


Color preview on white background

This text has color #75BFD5 on white background.



Black color preview on #75BFD5 background

This text has black color on #75BFD5 background.


White color preview on #75BFD5 background

This text has white color on #75BFD5 background.