COLOR #75BBE9

HEX: #75BBE9
RGB: (117,187,233)

Color info

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

RGB color model

#75BBE9 color RGB value is (117,187,233).

  • red value is 117;
  • green value is 187;
  • blue value is 233.
RGB:
(117,187,233)
(46%,73%,91%)

RGB channels and saturation

R 117 of 255 = 46%
G 187 of 255 = 73%
B 233 of 255 = 91%

117
187
233

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

Portions of RGB colors in percentages

R + G + B =
117 + 187 + 233 = 537 (100%)
R 117 of 537 ~ 21.79%
G 187 of 537 ~ 34.82%
B 233 of 537 ~ 43.39%

%21.79
%34.82
%43.39

CMYK color model

#75BBE9 color CMYK value is (50,20,0,9).

  • cyan value is 49.79%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(50,20,0,9)
C50M20Y0K9 
(50%,20%,0%,9%)
(0.50/0.20/0.00/0.09)	

CMYK percentages

%49.79
%19.74
%0
%8.63

Codes

Color #75BBE9 in popluar color models

75BBE9
RGB117187233
HSL204°72.50%68.63%
HSB/HSV204°49.79%91.37%
CMYK49.79%19.74%0.00%
8.63%

Color #75BBE9 in popluar number systems.

HEX75BBE9
Decimal117187233
Binary11101011011101111101001
Octal165273351

Shades and tints

Shades of #75BBE9

#75BBE9
(117,187,233)
#6BAAD4
(107,170,212)
#6199BF
(97,153,191)
#5788AA
(87,136,170)
#4D7795
(77,119,149)
#436680
(67,102,128)
#39556B
(57,85,107)
#2F4456
(47,68,86)
#253341
(37,51,65)
#1B222C
(27,34,44)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #75BBE9

#75BBE9
(117,187,233)
#81C1EB
(129,193,235)
#8DC7ED
(141,199,237)
#99CDEF
(153,205,239)
#A5D3F1
(165,211,241)
#B1D9F3
(177,217,243)
#BDDFF5
(189,223,245)
#C9E5F7
(201,229,247)
#D5EBF9
(213,235,249)
#E1F1FB
(225,241,251)
#EDF7FD
(237,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BBE9 color. Also use rgb(117,187,233) instead hex code.

Text Font Color

.myTextColor { color: #75BBE9; }

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

This text font color is #75BBE9.


Background Color

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

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

This div background color is #75BBE9.


Border color

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

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

This div border color is #75BBE9.


Opacity

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

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

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

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

This text has shadow with #75BBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BBE9 on black background.


Color preview on white background

This text has color #75BBE9 on white background.



Black color preview on #75BBE9 background

This text has black color on #75BBE9 background.


White color preview on #75BBE9 background

This text has white color on #75BBE9 background.