COLOR #75C6E1

HEX: #75C6E1
RGB: (117,198,225)

Color info

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

RGB color model

#75C6E1 color RGB value is (117,198,225).

  • red value is 117;
  • green value is 198;
  • blue value is 225.
RGB:
(117,198,225)
(46%,78%,88%)

RGB channels and saturation

R 117 of 255 = 46%
G 198 of 255 = 78%
B 225 of 255 = 88%

117
198
225

R + G + B ~ 71%. #75C6E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 198 + 225 = 540 (100%)
R 117 of 540 ~ 21.67%
G 198 of 540 ~ 36.67%
B 225 of 540 ~ 41.67%

%21.67
%36.67
%41.67

CMYK color model

#75C6E1 color CMYK value is (48,12,0,12).

  • cyan value is 48.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(48,12,0,12)
C48M12Y0K12 
(48%,12%,0%,12%)
(0.48/0.12/0.00/0.12)	

CMYK percentages

%48
%12
%0
%11.76

Codes

Color #75C6E1 in popluar color models

75C6E1
RGB117198225
HSL195°64.29%67.06%
HSB/HSV195°48.00%88.24%
CMYK48.00%12.00%0.00%
11.76%

Color #75C6E1 in popluar number systems.

HEX75C6E1
Decimal117198225
Binary11101011100011011100001
Octal165306341

Shades and tints

Shades of #75C6E1

#75C6E1
(117,198,225)
#6BB4CD
(107,180,205)
#61A2B9
(97,162,185)
#5790A5
(87,144,165)
#4D7E91
(77,126,145)
#436C7D
(67,108,125)
#395A69
(57,90,105)
#2F4855
(47,72,85)
#253641
(37,54,65)
#1B242D
(27,36,45)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #75C6E1

#75C6E1
(117,198,225)
#81CBE3
(129,203,227)
#8DD0E5
(141,208,229)
#99D5E7
(153,213,231)
#A5DAE9
(165,218,233)
#B1DFEB
(177,223,235)
#BDE4ED
(189,228,237)
#C9E9EF
(201,233,239)
#D5EEF1
(213,238,241)
#E1F3F3
(225,243,243)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C6E1 color. Also use rgb(117,198,225) instead hex code.

Text Font Color

.myTextColor { color: #75C6E1; }

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

This text font color is #75C6E1.


Background Color

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

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

This div background color is #75C6E1.


Border color

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

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

This div border color is #75C6E1.


Opacity

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

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

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

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

This text has shadow with #75C6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C6E1 on black background.


Color preview on white background

This text has color #75C6E1 on white background.



Black color preview on #75C6E1 background

This text has black color on #75C6E1 background.


White color preview on #75C6E1 background

This text has white color on #75C6E1 background.