#83FCEA

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

Shades of Electric Blue #83FCEA

Tints of Electric Blue #83FCEA

Color information

#83FCEA (or 0x83FCEA) is unknown color: approx Electric Blue. HEX triplet: 83, FC and EA. RGB value is (131,252,234). Sum of RGB (Red+Green+Blue) = 131+252+234=617 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.23% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #83FCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FCEA is #7C0315. Grayscale: #D5D5D5. Windows color (decimal): -8127254 or 15400067. OLE color: 15400067.

HSL color Cylindrical-coordinate representation of color #83FCEA: hue angle of 171.07º degrees, saturation: 0.95, 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 #83FCEA is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB131252234-
CMYK0.4800.070.01
HSL171.07º95.28%75.1%-
HSV(B)171.07º48.02%98.82%-
XYZ59.0280.3990.25-
YUV213.77139.4168.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.23%
GREEN value IS 252 (98.83% from 255) = 40.84%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=21.23%
G=40.84%
B=37.93%

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
Decimal1312522340.4800.070.01171.0795.2875.1
Hex83FCEA30071ab5f4b
Octal20337435260071253137113
Binary100000111111110011101010110000011111010101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,252,234); }

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

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

 a { background-color: rgb(131,252,234); }

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

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

 span { border-color: rgb(131,252,234); }

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