#83F1F3

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

Shades of Electric Blue #83F1F3

Tints of Electric Blue #83F1F3

Color information

#83F1F3 (or 0x83F1F3) is unknown color: approx Electric Blue. HEX triplet: 83, F1 and F3. RGB value is (131,241,243). Sum of RGB (Red+Green+Blue) = 131+241+243=615 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.30% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #83F1F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F1F3 is #7C0E0C. Grayscale: #D0D0D0. Windows color (decimal): -8130061 or 15987075. OLE color: 15987075.

HSL color Cylindrical-coordinate representation of color #83F1F3: hue angle of 181.07º 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 #83F1F3 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB131241243-
CMYK0.460.0100.05
HSL181.07º82.35%73.33%-
HSV(B)181.07º46.09%95.29%-
XYZ56.9974.2196.11-
YUV208.34147.5672.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.30%
GREEN value IS 241 (94.53% from 255) = 39.19%
BLUE value IS 243 (95.31% from 255) = 39.51%
R=21.30%
G=39.19%
B=39.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312412430.460.0100.05181.0782.3573.33
Hex83F1F32E105b55249
Octal20336136356105265122111
Binary100000111111000111110011101110101011011010110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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