COLOR #83C5FE

HEX: #83C5FE RGB: (131,197,254)

Color info

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

RGB color model

#83C5FE color RGB value is (131,197,254).

RGB: (131,197,254) (51%, 77%, 100%)

RGB channels and saturation

R 131 of 255 = 51%
G 197 of 255 = 77%
B 254 of 255 = 100%

131
197
254

R + G + B ~ 76%. #83C5FE is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 197 + 254 = 582 (100%)
R 131 of 582 ~ 22.51%
G 197 of 582 ~ 33.85%
B 254 of 582 ~ 43.64'%

%22.51
%33.85
%43.64

CMYK color model

#83C5FE color CMYK value is (48,22,0,0).

  • cyan value is 48.43%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (48,22,0,0)
C48M22Y0K0 (48%, 22%, 0%, 0%)
(0.48 / 0.22 / 0.00 / 0.00)

CMYK percentages

%48.43
%22.44
%0
%0.39

Codes

Color #83C5FE in popluar color models

83 C5 FE
RGB 131 197 254
HSL 208° 98.40% 75.49%
HSB/HSV 208° 48.43% 99.61%
CMYK 48.43% 22.44% 0.00%
0.39%

Color #83C5FE in popluar number systems.

HEX 83 C5 FE
Decimal 131 197 254
Binary 10000011 11000101 11111110
Octal 203 305 376

Shades and tints

Shades of #83C5FE

#83C5FE
(131,197,254)
#78B4E7
(120,180,231)
#6DA3D0
(109,163,208)
#6292B9
(98,146,185)
#5781A2
(87,129,162)
#4C708B
(76,112,139)
#415F74
(65,95,116)
#364E5D
(54,78,93)
#2B3D46
(43,61,70)
#202C2F
(32,44,47)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #83C5FE

#83C5FE
(131,197,254)
#8ECAFE
(142,202,254)
#99CFFE
(153,207,254)
#A4D4FE
(164,212,254)
#AFD9FE
(175,217,254)
#BADEFE
(186,222,254)
#C5E3FE
(197,227,254)
#D0E8FE
(208,232,254)
#DBEDFE
(219,237,254)
#E6F2FE
(230,242,254)
#F1F7FE
(241,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C5FE color. Also use rgb(131,197,254) instead hex code.

Text Font Color

.myTextColor { color: #83C5FE; }

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

This text font color is #83C5FE.

Background Color

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

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

This div background color is #83C5FE.

Border color

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

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

This div border color is #83C5FE.

Opacity

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

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

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

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

This text has shadow with #83C5FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C5FE.

Preview

Color preview on black background

This text has color #83C5FE on black background.


Color preview on white background

This text has color #83C5FE on white background.


Black color preview on #83C5FE background

This text has black color on #83C5FE background.


White color preview on #83C5FE background

This text has white color on #83C5FE background.


Related colors

Complementary color

Complementary color for #hex is #7C3A01.


I love getcolorcode.com

Triadic colors

1 #FE83C5 and #C5FE83 with #83C5FE are triadic colors.

2 #FEC583 and #C583FE with #83C5FE are triadic colors.