COLOR #75C6EE

HEX: #75C6EE
RGB: (117,198,238)

Color info

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

RGB color model

#75C6EE color RGB value is (117,198,238).

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

RGB channels and saturation

R 117 of 255 = 46%
G 198 of 255 = 78%
B 238 of 255 = 93%

117
198
238

R + G + B ~ 72%. #75C6EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 198 + 238 = 553 (100%)
R 117 of 553 ~ 21.16%
G 198 of 553 ~ 35.8%
B 238 of 553 ~ 43.04%

%21.16
%35.8
%43.04

CMYK color model

#75C6EE color CMYK value is (51,17,0,7).

  • cyan value is 50.84%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(51,17,0,7)
C51M17Y0K7 
(51%,17%,0%,7%)
(0.51/0.17/0.00/0.07)	

CMYK percentages

%50.84
%16.81
%0
%6.67

Codes

Color #75C6EE in popluar color models

75C6EE
RGB117198238
HSL200°78.06%69.61%
HSB/HSV200°50.84%93.33%
CMYK50.84%16.81%0.00%
6.67%

Color #75C6EE in popluar number systems.

HEX75C6EE
Decimal117198238
Binary11101011100011011101110
Octal165306356

Shades and tints

Shades of #75C6EE

#75C6EE
(117,198,238)
#6BB4D9
(107,180,217)
#61A2C4
(97,162,196)
#5790AF
(87,144,175)
#4D7E9A
(77,126,154)
#436C85
(67,108,133)
#395A70
(57,90,112)
#2F485B
(47,72,91)
#253646
(37,54,70)
#1B2431
(27,36,49)
#11121C
(17,18,28)
#000000
(0,0,0)

Tints of #75C6EE

#75C6EE
(117,198,238)
#81CBEF
(129,203,239)
#8DD0F0
(141,208,240)
#99D5F1
(153,213,241)
#A5DAF2
(165,218,242)
#B1DFF3
(177,223,243)
#BDE4F4
(189,228,244)
#C9E9F5
(201,233,245)
#D5EEF6
(213,238,246)
#E1F3F7
(225,243,247)
#EDF8F8
(237,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75C6EE; }

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

This text font color is #75C6EE.


Background Color

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

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

This div background color is #75C6EE.


Border color

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

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

This div border color is #75C6EE.


Opacity

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

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

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

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

This text has shadow with #75C6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C6EE on black background.


Color preview on white background

This text has color #75C6EE on white background.



Black color preview on #75C6EE background

This text has black color on #75C6EE background.


White color preview on #75C6EE background

This text has white color on #75C6EE background.