COLOR #75C2EE

HEX: #75C2EE
RGB: (117,194,238)

Color info

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

RGB color model

#75C2EE color RGB value is (117,194,238).

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

RGB channels and saturation

R 117 of 255 = 46%
G 194 of 255 = 76%
B 238 of 255 = 93%

117
194
238

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

Portions of RGB colors in percentages

R + G + B =
117 + 194 + 238 = 549 (100%)
R 117 of 549 ~ 21.31%
G 194 of 549 ~ 35.34%
B 238 of 549 ~ 43.35%

%21.31
%35.34
%43.35

CMYK color model

#75C2EE color CMYK value is (51,18,0,7).

  • cyan value is 50.84%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(51,18,0,7)
C51M18Y0K7 
(51%,18%,0%,7%)
(0.51/0.18/0.00/0.07)	

CMYK percentages

%50.84
%18.49
%0
%6.67

Codes

Color #75C2EE in popluar color models

75C2EE
RGB117194238
HSL202°78.06%69.61%
HSB/HSV202°50.84%93.33%
CMYK50.84%18.49%0.00%
6.67%

Color #75C2EE in popluar number systems.

HEX75C2EE
Decimal117194238
Binary11101011100001011101110
Octal165302356

Shades and tints

Shades of #75C2EE

#75C2EE
(117,194,238)
#6BB1D9
(107,177,217)
#61A0C4
(97,160,196)
#578FAF
(87,143,175)
#4D7E9A
(77,126,154)
#436D85
(67,109,133)
#395C70
(57,92,112)
#2F4B5B
(47,75,91)
#253A46
(37,58,70)
#1B2931
(27,41,49)
#11181C
(17,24,28)
#000000
(0,0,0)

Tints of #75C2EE

#75C2EE
(117,194,238)
#81C7EF
(129,199,239)
#8DCCF0
(141,204,240)
#99D1F1
(153,209,241)
#A5D6F2
(165,214,242)
#B1DBF3
(177,219,243)
#BDE0F4
(189,224,244)
#C9E5F5
(201,229,245)
#D5EAF6
(213,234,246)
#E1EFF7
(225,239,247)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75C2EE; }

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

This text font color is #75C2EE.


Background Color

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

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

This div background color is #75C2EE.


Border color

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

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

This div border color is #75C2EE.


Opacity

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

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

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

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

This text has shadow with #75C2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C2EE on black background.


Color preview on white background

This text has color #75C2EE on white background.



Black color preview on #75C2EE background

This text has black color on #75C2EE background.


White color preview on #75C2EE background

This text has white color on #75C2EE background.