COLOR #75BFCA

HEX: #75BFCA
RGB: (117,191,202)

Color info

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

RGB color model

#75BFCA color RGB value is (117,191,202).

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

RGB channels and saturation

R 117 of 255 = 46%
G 191 of 255 = 75%
B 202 of 255 = 79%

117
191
202

R + G + B ~ 67%. #75BFCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 191 + 202 = 510 (100%)
R 117 of 510 ~ 22.94%
G 191 of 510 ~ 37.45%
B 202 of 510 ~ 39.61%

%22.94
%37.45
%39.61

CMYK color model

#75BFCA color CMYK value is (42,5,0,21).

  • cyan value is 42.08%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(42,5,0,21)
C42M5Y0K21 
(42%,5%,0%,21%)
(0.42/0.05/0.00/0.21)	

CMYK percentages

%42.08
%5.45
%0
%20.78

Codes

Color #75BFCA in popluar color models

75BFCA
RGB117191202
HSL188°44.50%62.55%
HSB/HSV188°42.08%79.22%
CMYK42.08%5.45%0.00%
20.78%

Color #75BFCA in popluar number systems.

HEX75BFCA
Decimal117191202
Binary11101011011111111001010
Octal165277312

Shades and tints

Shades of #75BFCA

#75BFCA
(117,191,202)
#6BAEB8
(107,174,184)
#619DA6
(97,157,166)
#578C94
(87,140,148)
#4D7B82
(77,123,130)
#436A70
(67,106,112)
#39595E
(57,89,94)
#2F484C
(47,72,76)
#25373A
(37,55,58)
#1B2628
(27,38,40)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #75BFCA

#75BFCA
(117,191,202)
#81C4CE
(129,196,206)
#8DC9D2
(141,201,210)
#99CED6
(153,206,214)
#A5D3DA
(165,211,218)
#B1D8DE
(177,216,222)
#BDDDE2
(189,221,226)
#C9E2E6
(201,226,230)
#D5E7EA
(213,231,234)
#E1ECEE
(225,236,238)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BFCA; }

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

This text font color is #75BFCA.


Background Color

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

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

This div background color is #75BFCA.


Border color

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

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

This div border color is #75BFCA.


Opacity

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

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

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

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

This text has shadow with #75BFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BFCA on black background.


Color preview on white background

This text has color #75BFCA on white background.



Black color preview on #75BFCA background

This text has black color on #75BFCA background.


White color preview on #75BFCA background

This text has white color on #75BFCA background.