#83F7EF

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

Shades of Electric Blue #83F7EF

Tints of Electric Blue #83F7EF

Color information

#83F7EF (or 0x83F7EF) is unknown color: approx Electric Blue. HEX triplet: 83, F7 and EF. RGB value is (131,247,239). Sum of RGB (Red+Green+Blue) = 131+247+239=617 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.23% from 617); Green value is 247 (96.88% from 255 or 40.03% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 247 - color contains mainly: green. Hex color #83F7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F7EF is #7C0810. Grayscale: #D3D3D3. Windows color (decimal): -8128529 or 15726467. OLE color: 15726467.

HSL color Cylindrical-coordinate representation of color #83F7EF: hue angle of 175.86º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F7EF is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB131247239-
CMYK0.4700.030.03
HSL175.86º87.88%74.12%-
HSV(B)175.86º46.96%96.86%-
XYZ58.277.5893.57-
YUV211.4143.5770.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.23%
GREEN value IS 247 (96.88% from 255) = 40.03%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=21.23%
G=40.03%
B=38.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1312472390.4700.030.03175.8687.8874.12
Hex83F7EF2F033b0584a
Octal20336735757033260130112
Binary100000111111011111101111101111011111011000010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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