COLOR #75B9DF

HEX: #75B9DF
RGB: (117,185,223)

Color info

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

RGB color model

#75B9DF color RGB value is (117,185,223).

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

RGB channels and saturation

R 117 of 255 = 46%
G 185 of 255 = 73%
B 223 of 255 = 87%

117
185
223

R + G + B ~ 69%. #75B9DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 185 + 223 = 525 (100%)
R 117 of 525 ~ 22.29%
G 185 of 525 ~ 35.24%
B 223 of 525 ~ 42.48%

%22.29
%35.24
%42.48

CMYK color model

#75B9DF color CMYK value is (48,17,0,13).

  • cyan value is 47.53%
  • magenta value is 17.04%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(48,17,0,13)
C48M17Y0K13 
(48%,17%,0%,13%)
(0.48/0.17/0.00/0.13)	

CMYK percentages

%47.53
%17.04
%0
%12.55

Codes

Color #75B9DF in popluar color models

75B9DF
RGB117185223
HSL202°62.35%66.67%
HSB/HSV202°47.53%87.45%
CMYK47.53%17.04%0.00%
12.55%

Color #75B9DF in popluar number systems.

HEX75B9DF
Decimal117185223
Binary11101011011100111011111
Octal165271337

Shades and tints

Shades of #75B9DF

#75B9DF
(117,185,223)
#6BA9CB
(107,169,203)
#6199B7
(97,153,183)
#5789A3
(87,137,163)
#4D798F
(77,121,143)
#43697B
(67,105,123)
#395967
(57,89,103)
#2F4953
(47,73,83)
#25393F
(37,57,63)
#1B292B
(27,41,43)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #75B9DF

#75B9DF
(117,185,223)
#81BFE1
(129,191,225)
#8DC5E3
(141,197,227)
#99CBE5
(153,203,229)
#A5D1E7
(165,209,231)
#B1D7E9
(177,215,233)
#BDDDEB
(189,221,235)
#C9E3ED
(201,227,237)
#D5E9EF
(213,233,239)
#E1EFF1
(225,239,241)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B9DF; }

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

This text font color is #75B9DF.


Background Color

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

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

This div background color is #75B9DF.


Border color

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

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

This div border color is #75B9DF.


Opacity

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

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

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

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

This text has shadow with #75B9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75B9DF on black background.


Color preview on white background

This text has color #75B9DF on white background.



Black color preview on #75B9DF background

This text has black color on #75B9DF background.


White color preview on #75B9DF background

This text has white color on #75B9DF background.