#83F4EF

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

Shades of Electric Blue #83F4EF

Tints of Electric Blue #83F4EF

Color information

#83F4EF (or 0x83F4EF) is unknown color: approx Electric Blue. HEX triplet: 83, F4 and EF. RGB value is (131,244,239). Sum of RGB (Red+Green+Blue) = 131+244+239=614 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.34% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 244 - color contains mainly: green. Hex color #83F4EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F4EF is #7C0B10. Grayscale: #D1D1D1. Windows color (decimal): -8129297 or 15725699. OLE color: 15725699.

HSL color Cylindrical-coordinate representation of color #83F4EF: hue angle of 177.35º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F4EF is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB131244239-
CMYK0.4600.020.04
HSL177.35º83.7%73.53%-
HSV(B)177.35º46.31%95.69%-
XYZ57.2975.7693.26-
YUV209.64144.5671.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.34%
GREEN value IS 244 (95.70% from 255) = 39.74%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=21.34%
G=39.74%
B=38.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1312442390.4600.020.04177.3583.773.53
Hex83F4EF2E024b1544a
Octal20336435756024261124112
Binary1000001111110100111011111011100101001011000110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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