COLOR #75D6EC

HEX: #75D6EC
RGB: (117,214,236)

Color info

#75D6EC contains mainly green and blue colors. Web safe color of #75D6EC is #66CCFF (or #6CF).

RGB color model

#75D6EC color RGB value is (117,214,236).

  • red value is 117;
  • green value is 214;
  • blue value is 236.
RGB:
(117,214,236)
(46%,84%,93%)

RGB channels and saturation

R 117 of 255 = 46%
G 214 of 255 = 84%
B 236 of 255 = 93%

117
214
236

R + G + B ~ 74%. #75D6EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 214 + 236 = 567 (100%)
R 117 of 567 ~ 20.63%
G 214 of 567 ~ 37.74%
B 236 of 567 ~ 41.62%

%20.63
%37.74
%41.62

CMYK color model

#75D6EC color CMYK value is (50,9,0,7).

  • cyan value is 50.42%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(50,9,0,7)
C50M9Y0K7 
(50%,9%,0%,7%)
(0.50/0.09/0.00/0.07)	

CMYK percentages

%50.42
%9.32
%0
%7.45

Codes

Color #75D6EC in popluar color models

75D6EC
RGB117214236
HSL191°75.80%69.22%
HSB/HSV191°50.42%92.55%
CMYK50.42%9.32%0.00%
7.45%

Color #75D6EC in popluar number systems.

HEX75D6EC
Decimal117214236
Binary11101011101011011101100
Octal165326354

Shades and tints

Shades of #75D6EC

#75D6EC
(117,214,236)
#6BC3D7
(107,195,215)
#61B0C2
(97,176,194)
#579DAD
(87,157,173)
#4D8A98
(77,138,152)
#437783
(67,119,131)
#39646E
(57,100,110)
#2F5159
(47,81,89)
#253E44
(37,62,68)
#1B2B2F
(27,43,47)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #75D6EC

#75D6EC
(117,214,236)
#81D9ED
(129,217,237)
#8DDCEE
(141,220,238)
#99DFEF
(153,223,239)
#A5E2F0
(165,226,240)
#B1E5F1
(177,229,241)
#BDE8F2
(189,232,242)
#C9EBF3
(201,235,243)
#D5EEF4
(213,238,244)
#E1F1F5
(225,241,245)
#EDF4F6
(237,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D6EC color. Also use rgb(117,214,236) instead hex code.

Text Font Color

.myTextColor { color: #75D6EC; }

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

This text font color is #75D6EC.


Background Color

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

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

This div background color is #75D6EC.


Border color

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

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

This div border color is #75D6EC.


Opacity

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

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

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

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

This text has shadow with #75D6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D6EC on black background.


Color preview on white background

This text has color #75D6EC on white background.



Black color preview on #75D6EC background

This text has black color on #75D6EC background.


White color preview on #75D6EC background

This text has white color on #75D6EC background.