#83FDEC

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

Shades of Electric Blue #83FDEC

Tints of Electric Blue #83FDEC

Color information

#83FDEC (or 0x83FDEC) is unknown color: approx Electric Blue. HEX triplet: 83, FD and EC. RGB value is (131,253,236). Sum of RGB (Red+Green+Blue) = 131+253+236=620 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.13% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #83FDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FDEC is #7C0213. Grayscale: #D6D6D6. Windows color (decimal): -8126996 or 15531395. OLE color: 15531395.

HSL color Cylindrical-coordinate representation of color #83FDEC: hue angle of 171.64º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FDEC is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB131253236-
CMYK0.4800.070.01
HSL171.64º96.83%75.29%-
HSV(B)171.64º48.22%99.22%-
XYZ59.6381.1391.87-
YUV214.58140.0868.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.13%
GREEN value IS 253 (99.22% from 255) = 40.81%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=21.13%
G=40.81%
B=38.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1312532360.4800.070.01171.6496.8375.29
Hex83FDEC30071ac614b
Octal20337535460071254141113
Binary100000111111110111101100110000011111010110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,253,236); }

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

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

 a { background-color: rgb(131,253,236); }

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

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

 span { border-color: rgb(131,253,236); }

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