COLOR #75B4E7

HEX: #75B4E7 RGB: (117,180,231)

Color info

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

RGB color model

#75B4E7 color RGB value is (117,180,231).

RGB: (117,180,231) (46%, 71%, 91%)

RGB channels and saturation

R 117 of 255 = 46%
G 180 of 255 = 71%
B 231 of 255 = 91%

117
180
231

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

Portions of RGB colors in percentages

R + G + B = 117 + 180 + 231 = 528 (100%)
R 117 of 528 ~ 22.16%
G 180 of 528 ~ 34.09%
B 231 of 528 ~ 43.75'%

%22.16
%34.09
%43.75

CMYK color model

#75B4E7 color CMYK value is (49,22,0,9).

  • cyan value is 49.35%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (49,22,0,9)
C49M22Y0K9 (49%, 22%, 0%, 9%)
(0.49 / 0.22 / 0.00 / 0.09)

CMYK percentages

%49.35
%22.08
%0
%9.41

Codes

Color #75B4E7 in popluar color models

75 B4 E7
RGB 117 180 231
HSL 207° 70.37% 68.24%
HSB/HSV 207° 49.35% 90.59%
CMYK 49.35% 22.08% 0.00%
9.41%

Color #75B4E7 in popluar number systems.

HEX 75 B4 E7
Decimal 117 180 231
Binary 1110101 10110100 11100111
Octal 165 264 347

Shades and tints

Shades of #75B4E7

#75B4E7
(117,180,231)
#6BA4D2
(107,164,210)
#6194BD
(97,148,189)
#5784A8
(87,132,168)
#4D7493
(77,116,147)
#43647E
(67,100,126)
#395469
(57,84,105)
#2F4454
(47,68,84)
#25343F
(37,52,63)
#1B242A
(27,36,42)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #75B4E7

#75B4E7
(117,180,231)
#81BAE9
(129,186,233)
#8DC0EB
(141,192,235)
#99C6ED
(153,198,237)
#A5CCEF
(165,204,239)
#B1D2F1
(177,210,241)
#BDD8F3
(189,216,243)
#C9DEF5
(201,222,245)
#D5E4F7
(213,228,247)
#E1EAF9
(225,234,249)
#EDF0FB
(237,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75B4E7 color. Also use rgb(117,180,231) instead hex code.

Text Font Color

.myTextColor { color: #75B4E7; }

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

This text font color is #75B4E7.

Background Color

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

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

This div background color is #75B4E7.

Border color

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

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

This div border color is #75B4E7.

Opacity

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

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

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

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

This text has shadow with #75B4E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B4E7.

Preview

Color preview on black background

This text has color #75B4E7 on black background.


Color preview on white background

This text has color #75B4E7 on white background.


Black color preview on #75B4E7 background

This text has black color on #75B4E7 background.


White color preview on #75B4E7 background

This text has white color on #75B4E7 background.


Related colors

Complementary color

Complementary color for #hex is #8A4B18.


I love getcolorcode.com

Triadic colors

1 #E775B4 and #B4E775 with #75B4E7 are triadic colors.

2 #E7B475 and #B475E7 with #75B4E7 are triadic colors.