COLOR #75B9EB

HEX: #75B9EB
RGB: (117,185,235)

Color info

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

RGB color model

#75B9EB color RGB value is (117,185,235).

  • red value is 117;
  • green value is 185;
  • blue value is 235.
RGB:
(117,185,235)
(46%,73%,92%)

RGB channels and saturation

R 117 of 255 = 46%
G 185 of 255 = 73%
B 235 of 255 = 92%

117
185
235

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

Portions of RGB colors in percentages

R + G + B =
117 + 185 + 235 = 537 (100%)
R 117 of 537 ~ 21.79%
G 185 of 537 ~ 34.45%
B 235 of 537 ~ 43.76%

%21.79
%34.45
%43.76

CMYK color model

#75B9EB color CMYK value is (50,21,0,8).

  • cyan value is 50.21%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(50,21,0,8)
C50M21Y0K8 
(50%,21%,0%,8%)
(0.50/0.21/0.00/0.08)	

CMYK percentages

%50.21
%21.28
%0
%7.84

Codes

Color #75B9EB in popluar color models

75B9EB
RGB117185235
HSL205°74.68%69.02%
HSB/HSV205°50.21%92.16%
CMYK50.21%21.28%0.00%
7.84%

Color #75B9EB in popluar number systems.

HEX75B9EB
Decimal117185235
Binary11101011011100111101011
Octal165271353

Shades and tints

Shades of #75B9EB

#75B9EB
(117,185,235)
#6BA9D6
(107,169,214)
#6199C1
(97,153,193)
#5789AC
(87,137,172)
#4D7997
(77,121,151)
#436982
(67,105,130)
#39596D
(57,89,109)
#2F4958
(47,73,88)
#253943
(37,57,67)
#1B292E
(27,41,46)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #75B9EB

#75B9EB
(117,185,235)
#81BFEC
(129,191,236)
#8DC5ED
(141,197,237)
#99CBEE
(153,203,238)
#A5D1EF
(165,209,239)
#B1D7F0
(177,215,240)
#BDDDF1
(189,221,241)
#C9E3F2
(201,227,242)
#D5E9F3
(213,233,243)
#E1EFF4
(225,239,244)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B9EB color. Also use rgb(117,185,235) instead hex code.

Text Font Color

.myTextColor { color: #75B9EB; }

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

This text font color is #75B9EB.


Background Color

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

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

This div background color is #75B9EB.


Border color

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

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

This div border color is #75B9EB.


Opacity

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

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

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

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

This text has shadow with #75B9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B9EB on black background.


Color preview on white background

This text has color #75B9EB on white background.



Black color preview on #75B9EB background

This text has black color on #75B9EB background.


White color preview on #75B9EB background

This text has white color on #75B9EB background.