COLOR #83BFEB

HEX: #83BFEB RGB: (131,191,235)

Color info

#83BFEB contains mainly green and blue colors. Web safe color of #83BFEB is #99CCFF (or #9CF).

RGB color model

#83BFEB color RGB value is (131,191,235).

RGB: (131,191,235) (51%, 75%, 92%)

RGB channels and saturation

R 131 of 255 = 51%
G 191 of 255 = 75%
B 235 of 255 = 92%

131
191
235

R + G + B ~ 73%. #83BFEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 191 + 235 = 557 (100%)
R 131 of 557 ~ 23.52%
G 191 of 557 ~ 34.29%
B 235 of 557 ~ 42.19'%

%23.52
%34.29
%42.19

CMYK color model

#83BFEB color CMYK value is (44,19,0,8).

  • cyan value is 44.26%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (44,19,0,8)
C44M19Y0K8 (44%, 19%, 0%, 8%)
(0.44 / 0.19 / 0.00 / 0.08)

CMYK percentages

%44.26
%18.72
%0
%7.84

Codes

Color #83BFEB in popluar color models

83 BF EB
RGB 131 191 235
HSL 205° 72.22% 71.76%
HSB/HSV 205° 44.26% 92.16%
CMYK 44.26% 18.72% 0.00%
7.84%

Color #83BFEB in popluar number systems.

HEX 83 BF EB
Decimal 131 191 235
Binary 10000011 10111111 11101011
Octal 203 277 353

Shades and tints

Shades of #83BFEB

#83BFEB
(131,191,235)
#78AED6
(120,174,214)
#6D9DC1
(109,157,193)
#628CAC
(98,140,172)
#577B97
(87,123,151)
#4C6A82
(76,106,130)
#41596D
(65,89,109)
#364858
(54,72,88)
#2B3743
(43,55,67)
#20262E
(32,38,46)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #83BFEB

#83BFEB
(131,191,235)
#8EC4EC
(142,196,236)
#99C9ED
(153,201,237)
#A4CEEE
(164,206,238)
#AFD3EF
(175,211,239)
#BAD8F0
(186,216,240)
#C5DDF1
(197,221,241)
#D0E2F2
(208,226,242)
#DBE7F3
(219,231,243)
#E6ECF4
(230,236,244)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BFEB color. Also use rgb(131,191,235) instead hex code.

Text Font Color

.myTextColor { color: #83BFEB; }

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

This text font color is #83BFEB.

Background Color

.myBgColor { background-color: #83BFEB; }

<div style="background-color:#83BFEB">Inner text</div>

This div background color is #83BFEB.

Border color

.myBorderColor { border: 1px solid #83BFEB; }

<div style="border:3px solid #83BFEB">Div</div>

This div border color is #83BFEB.

Opacity

.myOpacity80 { color: #83BFEB; opacity: 0.8; }

<p style="color:#83BFEB;opacity:0.8;">80%</p>

Text with #83BFEB 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 #83BFEB;}

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

This text has shadow with #83BFEB color.


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

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

This text has shadow with #83BFEB primary color and red secondary color.


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

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

This text has shadow with #83BFEB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #83BFEB.

Preview

Color preview on black background

This text has color #83BFEB on black background.


Color preview on white background

This text has color #83BFEB on white background.


Black color preview on #83BFEB background

This text has black color on #83BFEB background.


White color preview on #83BFEB background

This text has white color on #83BFEB background.


Related colors

Complementary color

Complementary color for #hex is #7C4014.


I love getcolorcode.com

Triadic colors

1 #EB83BF and #BFEB83 with #83BFEB are triadic colors.

2 #EBBF83 and #BF83EB with #83BFEB are triadic colors.