#83F1EF

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

Shades of Electric Blue #83F1EF

Tints of Electric Blue #83F1EF

Color information

#83F1EF (or 0x83F1EF) is unknown color: approx Electric Blue. HEX triplet: 83, F1 and EF. RGB value is (131,241,239). Sum of RGB (Red+Green+Blue) = 131+241+239=611 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.44% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #83F1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F1EF is #7C0E10. Grayscale: #CFCFCF. Windows color (decimal): -8130065 or 15724931. OLE color: 15724931.

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

Color convert

RGB131241239-
CMYK0.4600.010.05
HSL178.91º79.71%72.94%-
HSV(B)178.91º45.64%94.51%-
XYZ56.473.9792.97-
YUV207.88145.5673.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.44%
GREEN value IS 241 (94.53% from 255) = 39.44%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=21.44%
G=39.44%
B=39.12%

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
Decimal1312412390.4600.010.05178.9179.7172.94
Hex83F1EF2E015b35049
Octal20336135756015263120111
Binary100000111111000111101111101110011011011001110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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