COLOR #75B4F1

HEX: #75B4F1 RGB: (117,180,241)

Color info

#75B4F1 contains mainly blue color. Web safe color of #75B4F1 is #66CCFF (or #6CF).

RGB color model

#75B4F1 color RGB value is (117,180,241).

RGB: (117,180,241) (46%, 71%, 95%)

RGB channels and saturation

R 117 of 255 = 46%
G 180 of 255 = 71%
B 241 of 255 = 95%

117
180
241

R + G + B ~ 71%. #75B4F1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 180 + 241 = 538 (100%)
R 117 of 538 ~ 21.75%
G 180 of 538 ~ 33.46%
B 241 of 538 ~ 44.8'%

%21.75
%33.46
%44.8

CMYK color model

#75B4F1 color CMYK value is (51,25,0,5).

  • cyan value is 51.45%
  • magenta value is 25.31%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (51,25,0,5)
C51M25Y0K5 (51%, 25%, 0%, 5%)
(0.51 / 0.25 / 0.00 / 0.05)

CMYK percentages

%51.45
%25.31
%0
%5.49

Codes

Color #75B4F1 in popluar color models

75 B4 F1
RGB 117 180 241
HSL 210° 81.58% 70.20%
HSB/HSV 210° 51.45% 94.51%
CMYK 51.45% 25.31% 0.00%
5.49%

Color #75B4F1 in popluar number systems.

HEX 75 B4 F1
Decimal 117 180 241
Binary 1110101 10110100 11110001
Octal 165 264 361

Shades and tints

Shades of #75B4F1

#75B4F1
(117,180,241)
#6BA4DC
(107,164,220)
#6194C7
(97,148,199)
#5784B2
(87,132,178)
#4D749D
(77,116,157)
#436488
(67,100,136)
#395473
(57,84,115)
#2F445E
(47,68,94)
#253449
(37,52,73)
#1B2434
(27,36,52)
#11141F
(17,20,31)
#000000
(0,0,0)

Tints of #75B4F1

#75B4F1
(117,180,241)
#81BAF2
(129,186,242)
#8DC0F3
(141,192,243)
#99C6F4
(153,198,244)
#A5CCF5
(165,204,245)
#B1D2F6
(177,210,246)
#BDD8F7
(189,216,247)
#C9DEF8
(201,222,248)
#D5E4F9
(213,228,249)
#E1EAFA
(225,234,250)
#EDF0FB
(237,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75B4F1; }

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

This text font color is #75B4F1.

Background Color

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

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

This div background color is #75B4F1.

Border color

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

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

This div border color is #75B4F1.

Opacity

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

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

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

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

This text has shadow with #75B4F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75B4F1.

Preview

Color preview on black background

This text has color #75B4F1 on black background.


Color preview on white background

This text has color #75B4F1 on white background.


Black color preview on #75B4F1 background

This text has black color on #75B4F1 background.


White color preview on #75B4F1 background

This text has white color on #75B4F1 background.


Related colors

Complementary color

Complementary color for #hex is #8A4B0E.


I love getcolorcode.com

Triadic colors

1 #F175B4 and #B4F175 with #75B4F1 are triadic colors.

2 #F1B475 and #B475F1 with #75B4F1 are triadic colors.