COLOR #83BAFF

HEX: #83BAFF RGB: (131,186,255)

Color info

#83BAFF contains mainly blue color. Web safe color of #83BAFF is #99CCFF (or #9CF).

RGB color model

#83BAFF color RGB value is (131,186,255).

RGB: (131,186,255) (51%, 73%, 100%)

RGB channels and saturation

R 131 of 255 = 51%
G 186 of 255 = 73%
B 255 of 255 = 100%

131
186
255

R + G + B ~ 75%. #83BAFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 186 + 255 = 572 (100%)
R 131 of 572 ~ 22.9%
G 186 of 572 ~ 32.52%
B 255 of 572 ~ 44.58'%

%22.9
%32.52
%44.58

CMYK color model

#83BAFF color CMYK value is (49,27,0,0).

  • cyan value is 48.63%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (49,27,0,0)
C49M27Y0K0 (49%, 27%, 0%, 0%)
(0.49 / 0.27 / 0.00 / 0.00)

CMYK percentages

%48.63
%27.06
%0
%0

Codes

Color #83BAFF in popluar color models

83 BA FF
RGB 131 186 255
HSL 213° 100.00% 75.69%
HSB/HSV 213° 48.63% 100.00%
CMYK 48.63% 27.06% 0.00%
0.00%

Color #83BAFF in popluar number systems.

HEX 83 BA FF
Decimal 131 186 255
Binary 10000011 10111010 11111111
Octal 203 272 377

Shades and tints

Shades of #83BAFF

#83BAFF
(131,186,255)
#78AAE8
(120,170,232)
#6D9AD1
(109,154,209)
#628ABA
(98,138,186)
#577AA3
(87,122,163)
#4C6A8C
(76,106,140)
#415A75
(65,90,117)
#364A5E
(54,74,94)
#2B3A47
(43,58,71)
#202A30
(32,42,48)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #83BAFF

#83BAFF
(131,186,255)
#8EC0FF
(142,192,255)
#99C6FF
(153,198,255)
#A4CCFF
(164,204,255)
#AFD2FF
(175,210,255)
#BAD8FF
(186,216,255)
#C5DEFF
(197,222,255)
#D0E4FF
(208,228,255)
#DBEAFF
(219,234,255)
#E6F0FF
(230,240,255)
#F1F6FF
(241,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BAFF color. Also use rgb(131,186,255) instead hex code.

Text Font Color

.myTextColor { color: #83BAFF; }

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

This text font color is #83BAFF.

Background Color

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

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

This div background color is #83BAFF.

Border color

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

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

This div border color is #83BAFF.

Opacity

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

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

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

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

This text has shadow with #83BAFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83BAFF.

Preview

Color preview on black background

This text has color #83BAFF on black background.


Color preview on white background

This text has color #83BAFF on white background.


Black color preview on #83BAFF background

This text has black color on #83BAFF background.


White color preview on #83BAFF background

This text has white color on #83BAFF background.


Related colors

Complementary color

Complementary color for #hex is #7C4500.


I love getcolorcode.com

Triadic colors

1 #FF83BA and #BAFF83 with #83BAFF are triadic colors.

2 #FFBA83 and #BA83FF with #83BAFF are triadic colors.