#83F3F0

Color #83F3F0 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #83F3F0

Tints of Electric Blue #83F3F0

Color information

#83F3F0 (or 0x83F3F0) is unknown color: approx Electric Blue. HEX triplet: 83, F3 and F0. RGB value is (131,243,240). Sum of RGB (Red+Green+Blue) = 131+243+240=614 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.34% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F3F0 is #7C0C0F. Grayscale: #D1D1D1. Windows color (decimal): -8129552 or 15790979. OLE color: 15790979.

HSL color Cylindrical-coordinate representation of color #83F3F0: hue angle of 178.39º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F3F0 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB131243240-
CMYK0.4600.010.05
HSL178.39º82.35%73.33%-
HSV(B)178.39º46.09%95.29%-
XYZ57.1475.2293.95-
YUV209.17145.3972.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 21.34%
GREEN value IS 243 (95.31% from 255) = 39.58%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=21.34%
G=39.58%
B=39.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312432400.4600.010.05178.3982.3573.33
Hex83F3F02E015b25249
Octal20336336056015262122111
Binary100000111111001111110000101110011011011001010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83F3F0; }

 p { color: rgb(131,243,240); }

 H1.HeaderClassName
 {
   color: #83F3F0;
 }
 .AnyTagClassName
 {
   color: #83F3F0;
 }
</style>
background-color css

<style>
 a { background-color: #83F3F0; }

 a { background-color: rgb(131,243,240); }

 div.DivClassName
 {
   background-color: #83F3F0;
 }
 .BgClassName
 {
   background-color: #83F3F0;
 }
</style>
border-color css

<style>
 span { border-color: #83F3F0; }

 span { border-color: rgb(131,243,240); }

 td.TdClassName
 {
   border-color: #83F3F0;
 }
 .TagClassName
 {
   border-color: #83F3F0;
 }
</style>