COLOR #75AEF7

HEX: #75AEF7
RGB: (117,174,247)

Color info

#75AEF7 contains mainly blue color. Web safe color of #75AEF7 is #6699FF (or #69F).

RGB color model

#75AEF7 color RGB value is (117,174,247).

  • red value is 117;
  • green value is 174;
  • blue value is 247.
RGB:
(117,174,247)
(46%,68%,97%)

RGB channels and saturation

R 117 of 255 = 46%
G 174 of 255 = 68%
B 247 of 255 = 97%

117
174
247

R + G + B ~ 70%. #75AEF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 174 + 247 = 538 (100%)
R 117 of 538 ~ 21.75%
G 174 of 538 ~ 32.34%
B 247 of 538 ~ 45.91%

%21.75
%32.34
%45.91

CMYK color model

#75AEF7 color CMYK value is (53,30,0,3).

  • cyan value is 52.63%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(53,30,0,3)
C53M30Y0K3 
(53%,30%,0%,3%)
(0.53/0.30/0.00/0.03)	

CMYK percentages

%52.63
%29.55
%0
%3.14

Codes

Color #75AEF7 in popluar color models

75AEF7
RGB117174247
HSL214°89.04%71.37%
HSB/HSV214°52.63%96.86%
CMYK52.63%29.55%0.00%
3.14%

Color #75AEF7 in popluar number systems.

HEX75AEF7
Decimal117174247
Binary11101011010111011110111
Octal165256367

Shades and tints

Shades of #75AEF7

#75AEF7
(117,174,247)
#6B9FE1
(107,159,225)
#6190CB
(97,144,203)
#5781B5
(87,129,181)
#4D729F
(77,114,159)
#436389
(67,99,137)
#395473
(57,84,115)
#2F455D
(47,69,93)
#253647
(37,54,71)
#1B2731
(27,39,49)
#11181B
(17,24,27)
#000000
(0,0,0)

Tints of #75AEF7

#75AEF7
(117,174,247)
#81B5F7
(129,181,247)
#8DBCF7
(141,188,247)
#99C3F7
(153,195,247)
#A5CAF7
(165,202,247)
#B1D1F7
(177,209,247)
#BDD8F7
(189,216,247)
#C9DFF7
(201,223,247)
#D5E6F7
(213,230,247)
#E1EDF7
(225,237,247)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AEF7 color. Also use rgb(117,174,247) instead hex code.

Text Font Color

.myTextColor { color: #75AEF7; }

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

This text font color is #75AEF7.


Background Color

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

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

This div background color is #75AEF7.


Border color

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

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

This div border color is #75AEF7.


Opacity

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

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

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

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

This text has shadow with #75AEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AEF7 on black background.


Color preview on white background

This text has color #75AEF7 on white background.



Black color preview on #75AEF7 background

This text has black color on #75AEF7 background.


White color preview on #75AEF7 background

This text has white color on #75AEF7 background.