COLOR #75C6F5

HEX: #75C6F5 RGB: (117,198,245)

Color info

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

RGB color model

#75C6F5 color RGB value is (117,198,245).

RGB: (117,198,245) (46%, 78%, 96%)

RGB channels and saturation

R 117 of 255 = 46%
G 198 of 255 = 78%
B 245 of 255 = 96%

117
198
245

R + G + B ~ 73%. #75C6F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 198 + 245 = 560 (100%)
R 117 of 560 ~ 20.89%
G 198 of 560 ~ 35.36%
B 245 of 560 ~ 43.75'%

%20.89
%35.36
%43.75

CMYK color model

#75C6F5 color CMYK value is (52,19,0,4).

  • cyan value is 52.24%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (52,19,0,4)
C52M19Y0K4 (52%, 19%, 0%, 4%)
(0.52 / 0.19 / 0.00 / 0.04)

CMYK percentages

%52.24
%19.18
%0
%3.92

Codes

Color #75C6F5 in popluar color models

75 C6 F5
RGB 117 198 245
HSL 202° 86.49% 70.98%
HSB/HSV 202° 52.24% 96.08%
CMYK 52.24% 19.18% 0.00%
3.92%

Color #75C6F5 in popluar number systems.

HEX 75 C6 F5
Decimal 117 198 245
Binary 1110101 11000110 11110101
Octal 165 306 365

Shades and tints

Shades of #75C6F5

#75C6F5
(117,198,245)
#6BB4DF
(107,180,223)
#61A2C9
(97,162,201)
#5790B3
(87,144,179)
#4D7E9D
(77,126,157)
#436C87
(67,108,135)
#395A71
(57,90,113)
#2F485B
(47,72,91)
#253645
(37,54,69)
#1B242F
(27,36,47)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #75C6F5

#75C6F5
(117,198,245)
#81CBF5
(129,203,245)
#8DD0F5
(141,208,245)
#99D5F5
(153,213,245)
#A5DAF5
(165,218,245)
#B1DFF5
(177,223,245)
#BDE4F5
(189,228,245)
#C9E9F5
(201,233,245)
#D5EEF5
(213,238,245)
#E1F3F5
(225,243,245)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75C6F5; }

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

This text font color is #75C6F5.

Background Color

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

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

This div background color is #75C6F5.

Border color

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

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

This div border color is #75C6F5.

Opacity

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

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

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

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

This text has shadow with #75C6F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75C6F5.

Preview

Color preview on black background

This text has color #75C6F5 on black background.


Color preview on white background

This text has color #75C6F5 on white background.


Black color preview on #75C6F5 background

This text has black color on #75C6F5 background.


White color preview on #75C6F5 background

This text has white color on #75C6F5 background.


Related colors

Complementary color

Complementary color for #hex is #8A390A.


I love getcolorcode.com

Triadic colors

1 #F575C6 and #C6F575 with #75C6F5 are triadic colors.

2 #F5C675 and #C675F5 with #75C6F5 are triadic colors.