COLOR #75C5EC

HEX: #75C5EC
RGB: (117,197,236)

Renk bilgisi

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

RGB renk modeli

#75C5EC color RGB value is (117,197,236).

  • kırmız ton 117;
  • yeşil ton 197;
  • mavi ton 236.
RGB:
(117,197,236)
(46%,77%,93%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 197 of 255 = 77%
B 236 of 255 = 93%

117
197
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 197 + 236 = 550 (100%)
R 117 of 550 ~ 21.27%
G 197 of 550 ~ 35.82%
B 236 of 550 ~ 42.91%

%21.27
%35.82
%42.91

CMYK RENK MODELİ

#75C5EC rengi CMYK tonu (50,17,0,7).

  • camgöbeği tonu 50.42%
  • eflatun tonu 16.53%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(50,17,0,7)
C50M17Y0K7 
(50%,17%,0%,7%)
(0.50/0.17/0.00/0.07)	

CMYK yüzdeleri

%50.42
%16.53
%0
%7.45

Codes

Color #75C5EC in popluar color models

75C5EC
RGB117197236
HSL200°75.80%69.22%
HSB/HSV200°50.42%92.55%
CMYK50.42%16.53%0.00%
7.45%

Color #75C5EC in popluar number systems.

HEX75C5EC
Decimal117197236
Binary11101011100010111101100
Octal165305354

Shades and tints

Shades of #75C5EC

#75C5EC
(117,197,236)
#6BB4D7
(107,180,215)
#61A3C2
(97,163,194)
#5792AD
(87,146,173)
#4D8198
(77,129,152)
#437083
(67,112,131)
#395F6E
(57,95,110)
#2F4E59
(47,78,89)
#253D44
(37,61,68)
#1B2C2F
(27,44,47)
#111B1A
(17,27,26)
#000000
(0,0,0)

Tints of #75C5EC

#75C5EC
(117,197,236)
#81CAED
(129,202,237)
#8DCFEE
(141,207,238)
#99D4EF
(153,212,239)
#A5D9F0
(165,217,240)
#B1DEF1
(177,222,241)
#BDE3F2
(189,227,242)
#C9E8F3
(201,232,243)
#D5EDF4
(213,237,244)
#E1F2F5
(225,242,245)
#EDF7F6
(237,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C5EC color. Also use rgb(117,197,236) instead hex code.

Text Font Color

.myTextColor { color: #75C5EC; }

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

This text font color is #75C5EC.


Background Color

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

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

This div background color is #75C5EC.


Border color

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

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

This div border color is #75C5EC.


Opacity

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

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

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

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

This text has shadow with #75C5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C5EC on black background.


Color preview on white background

This text has color #75C5EC on white background.



Black color preview on #75C5EC background

This text has black color on #75C5EC background.


White color preview on #75C5EC background

This text has white color on #75C5EC background.