COLOR #75BEFF

HEX: #75BEFF
RGB: (117,190,255)

Color info

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

RGB color model

#75BEFF color RGB value is (117,190,255).

  • red value is 117;
  • green value is 190;
  • blue value is 255.
RGB:
(117,190,255)
(46%,75%,100%)

RGB channels and saturation

R 117 of 255 = 46%
G 190 of 255 = 75%
B 255 of 255 = 100%

117
190
255

R + G + B ~ 74%. #75BEFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 190 + 255 = 562 (100%)
R 117 of 562 ~ 20.82%
G 190 of 562 ~ 33.81%
B 255 of 562 ~ 45.37%

%20.82
%33.81
%45.37

CMYK color model

#75BEFF color CMYK value is (54,25,0,0).

  • cyan value is 54.12%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(54,25,0,0)
C54M25Y0K0 
(54%,25%,0%,0%)
(0.54/0.25/0.00/0.00)	

CMYK percentages

%54.12
%25.49
%0
%0

Codes

Color #75BEFF in popluar color models

75BEFF
RGB117190255
HSL208°100.00%72.94%
HSB/HSV208°54.12%100.00%
CMYK54.12%25.49%0.00%
0.00%

Color #75BEFF in popluar number systems.

HEX75BEFF
Decimal117190255
Binary11101011011111011111111
Octal165276377

Shades and tints

Shades of #75BEFF

#75BEFF
(117,190,255)
#6BADE8
(107,173,232)
#619CD1
(97,156,209)
#578BBA
(87,139,186)
#4D7AA3
(77,122,163)
#43698C
(67,105,140)
#395875
(57,88,117)
#2F475E
(47,71,94)
#253647
(37,54,71)
#1B2530
(27,37,48)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #75BEFF

#75BEFF
(117,190,255)
#81C3FF
(129,195,255)
#8DC8FF
(141,200,255)
#99CDFF
(153,205,255)
#A5D2FF
(165,210,255)
#B1D7FF
(177,215,255)
#BDDCFF
(189,220,255)
#C9E1FF
(201,225,255)
#D5E6FF
(213,230,255)
#E1EBFF
(225,235,255)
#EDF0FF
(237,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BEFF color. Also use rgb(117,190,255) instead hex code.

Text Font Color

.myTextColor { color: #75BEFF; }

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

This text font color is #75BEFF.


Background Color

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

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

This div background color is #75BEFF.


Border color

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

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

This div border color is #75BEFF.


Opacity

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

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

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

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

This text has shadow with #75BEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BEFF on black background.


Color preview on white background

This text has color #75BEFF on white background.



Black color preview on #75BEFF background

This text has black color on #75BEFF background.


White color preview on #75BEFF background

This text has white color on #75BEFF background.