COLOR #83DAF0

HEX: #83DAF0 RGB: (131,218,240)

Color info

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

RGB color model

#83DAF0 color RGB value is (131,218,240).

RGB: (131,218,240) (51%, 85%, 94%)

RGB channels and saturation

R 131 of 255 = 51%
G 218 of 255 = 85%
B 240 of 255 = 94%

131
218
240

R + G + B ~ 77%. #83DAF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 218 + 240 = 589 (100%)
R 131 of 589 ~ 22.24%
G 218 of 589 ~ 37.01%
B 240 of 589 ~ 40.75'%

%22.24
%37.01
%40.75

CMYK color model

#83DAF0 color CMYK value is (45,9,0,6).

  • cyan value is 45.42%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (45,9,0,6)
C45M9Y0K6 (45%, 9%, 0%, 6%)
(0.45 / 0.09 / 0.00 / 0.06)

CMYK percentages

%45.42
%9.17
%0
%5.88

Codes

Color #83DAF0 in popluar color models

83 DA F0
RGB 131 218 240
HSL 192° 78.42% 72.75%
HSB/HSV 192° 45.42% 94.12%
CMYK 45.42% 9.17% 0.00%
5.88%

Color #83DAF0 in popluar number systems.

HEX 83 DA F0
Decimal 131 218 240
Binary 10000011 11011010 11110000
Octal 203 332 360

Shades and tints

Shades of #83DAF0

#83DAF0
(131,218,240)
#78C7DB
(120,199,219)
#6DB4C6
(109,180,198)
#62A1B1
(98,161,177)
#578E9C
(87,142,156)
#4C7B87
(76,123,135)
#416872
(65,104,114)
#36555D
(54,85,93)
#2B4248
(43,66,72)
#202F33
(32,47,51)
#151C1E
(21,28,30)
#000000
(0,0,0)

Tints of #83DAF0

#83DAF0
(131,218,240)
#8EDDF1
(142,221,241)
#99E0F2
(153,224,242)
#A4E3F3
(164,227,243)
#AFE6F4
(175,230,244)
#BAE9F5
(186,233,245)
#C5ECF6
(197,236,246)
#D0EFF7
(208,239,247)
#DBF2F8
(219,242,248)
#E6F5F9
(230,245,249)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83DAF0 color. Also use rgb(131,218,240) instead hex code.

Text Font Color

.myTextColor { color: #83DAF0; }

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

This text font color is #83DAF0.

Background Color

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

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

This div background color is #83DAF0.

Border color

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

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

This div border color is #83DAF0.

Opacity

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

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

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

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

This text has shadow with #83DAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83DAF0.

Preview

Color preview on black background

This text has color #83DAF0 on black background.


Color preview on white background

This text has color #83DAF0 on white background.


Black color preview on #83DAF0 background

This text has black color on #83DAF0 background.


White color preview on #83DAF0 background

This text has white color on #83DAF0 background.


Related colors

Complementary color

Complementary color for #hex is #7C250F.


I love getcolorcode.com

Triadic colors

1 #F083DA and #DAF083 with #83DAF0 are triadic colors.

2 #F0DA83 and #DA83F0 with #83DAF0 are triadic colors.