COLOR #75C6EB

HEX: #75C6EB
RGB: (117,198,235)

Renk bilgisi

#75C6EB contains mainly green and blue colors. #75C6EB ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#75C6EB color RGB value is (117,198,235).

  • kırmız ton 117;
  • yeşil ton 198;
  • mavi ton 235.
RGB:
(117,198,235)
(46%,78%,92%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 198 of 255 = 78%
B 235 of 255 = 92%

117
198
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 198 + 235 = 550 (100%)
R 117 of 550 ~ 21.27%
G 198 of 550 ~ 36%
B 235 of 550 ~ 42.73%

%21.27
%36
%42.73

CMYK RENK MODELİ

#75C6EB rengi CMYK tonu (50,16,0,8).

  • camgöbeği tonu 50.21%
  • eflatun tonu 15.74%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(50,16,0,8)
C50M16Y0K8 
(50%,16%,0%,8%)
(0.50/0.16/0.00/0.08)	

CMYK yüzdeleri

%50.21
%15.74
%0
%7.84

Codes

Color #75C6EB in popluar color models

75C6EB
RGB117198235
HSL199°74.68%69.02%
HSB/HSV199°50.21%92.16%
CMYK50.21%15.74%0.00%
7.84%

Color #75C6EB in popluar number systems.

HEX75C6EB
Decimal117198235
Binary11101011100011011101011
Octal165306353

Shades and tints

Shades of #75C6EB

#75C6EB
(117,198,235)
#6BB4D6
(107,180,214)
#61A2C1
(97,162,193)
#5790AC
(87,144,172)
#4D7E97
(77,126,151)
#436C82
(67,108,130)
#395A6D
(57,90,109)
#2F4858
(47,72,88)
#253643
(37,54,67)
#1B242E
(27,36,46)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #75C6EB

#75C6EB
(117,198,235)
#81CBEC
(129,203,236)
#8DD0ED
(141,208,237)
#99D5EE
(153,213,238)
#A5DAEF
(165,218,239)
#B1DFF0
(177,223,240)
#BDE4F1
(189,228,241)
#C9E9F2
(201,233,242)
#D5EEF3
(213,238,243)
#E1F3F4
(225,243,244)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75C6EB; }

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

This text font color is #75C6EB.


Background Color

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

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

This div background color is #75C6EB.


Border color

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

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

This div border color is #75C6EB.


Opacity

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

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

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

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

This text has shadow with #75C6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C6EB on black background.


Color preview on white background

This text has color #75C6EB on white background.



Black color preview on #75C6EB background

This text has black color on #75C6EB background.


White color preview on #75C6EB background

This text has white color on #75C6EB background.