#83F2E9

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

Shades of Electric Blue #83F2E9

Tints of Electric Blue #83F2E9

Color information

#83F2E9 (or 0x83F2E9) is unknown color: approx Electric Blue. HEX triplet: 83, F2 and E9. RGB value is (131,242,233). Sum of RGB (Red+Green+Blue) = 131+242+233=606 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.62% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #83F2E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F2E9 is #7C0D16. Grayscale: #CFCFCF. Windows color (decimal): -8129815 or 15331971. OLE color: 15331971.

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

Color convert

RGB131242233-
CMYK0.4600.040.05
HSL175.14º81.02%73.14%-
HSV(B)175.14º45.87%94.9%-
XYZ55.8274.2188.47-
YUV207.79142.2373.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.62%
GREEN value IS 242 (94.92% from 255) = 39.93%
BLUE value IS 233 (91.41% from 255) = 38.45%
R=21.62%
G=39.93%
B=38.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312422330.4600.040.05175.1481.0273.14
Hex83F2E92E045af5149
Octal20336235156045257121111
Binary10000011111100101110100110111001001011010111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,242,233); }

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

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

 a { background-color: rgb(131,242,233); }

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

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

 span { border-color: rgb(131,242,233); }

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