COLOR #75BCE3

HEX: #75BCE3
RGB: (117,188,227)

Color info

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

RGB color model

#75BCE3 color RGB value is (117,188,227).

  • red value is 117;
  • green value is 188;
  • blue value is 227.
RGB:
(117,188,227)
(46%,74%,89%)

RGB channels and saturation

R 117 of 255 = 46%
G 188 of 255 = 74%
B 227 of 255 = 89%

117
188
227

R + G + B ~ 70%. #75BCE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 188 + 227 = 532 (100%)
R 117 of 532 ~ 21.99%
G 188 of 532 ~ 35.34%
B 227 of 532 ~ 42.67%

%21.99
%35.34
%42.67

CMYK color model

#75BCE3 color CMYK value is (48,17,0,11).

  • cyan value is 48.46%
  • magenta value is 17.18%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(48,17,0,11)
C48M17Y0K11 
(48%,17%,0%,11%)
(0.48/0.17/0.00/0.11)	

CMYK percentages

%48.46
%17.18
%0
%10.98

Codes

Color #75BCE3 in popluar color models

75BCE3
RGB117188227
HSL201°66.27%67.45%
HSB/HSV201°48.46%89.02%
CMYK48.46%17.18%0.00%
10.98%

Color #75BCE3 in popluar number systems.

HEX75BCE3
Decimal117188227
Binary11101011011110011100011
Octal165274343

Shades and tints

Shades of #75BCE3

#75BCE3
(117,188,227)
#6BABCF
(107,171,207)
#619ABB
(97,154,187)
#5789A7
(87,137,167)
#4D7893
(77,120,147)
#43677F
(67,103,127)
#39566B
(57,86,107)
#2F4557
(47,69,87)
#253443
(37,52,67)
#1B232F
(27,35,47)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #75BCE3

#75BCE3
(117,188,227)
#81C2E5
(129,194,229)
#8DC8E7
(141,200,231)
#99CEE9
(153,206,233)
#A5D4EB
(165,212,235)
#B1DAED
(177,218,237)
#BDE0EF
(189,224,239)
#C9E6F1
(201,230,241)
#D5ECF3
(213,236,243)
#E1F2F5
(225,242,245)
#EDF8F7
(237,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BCE3 color. Also use rgb(117,188,227) instead hex code.

Text Font Color

.myTextColor { color: #75BCE3; }

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

This text font color is #75BCE3.


Background Color

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

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

This div background color is #75BCE3.


Border color

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

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

This div border color is #75BCE3.


Opacity

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

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

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

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

This text has shadow with #75BCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BCE3 on black background.


Color preview on white background

This text has color #75BCE3 on white background.



Black color preview on #75BCE3 background

This text has black color on #75BCE3 background.


White color preview on #75BCE3 background

This text has white color on #75BCE3 background.