#83F8F5

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

Shades of Electric Blue #83F8F5

Tints of Electric Blue #83F8F5

Color information

#83F8F5 (or 0x83F8F5) is unknown color: approx Electric Blue. HEX triplet: 83, F8 and F5. RGB value is (131,248,245). Sum of RGB (Red+Green+Blue) = 131+248+245=624 (82% of max value = 765). Red value is 131 (51.56% from 255 or 20.99% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F8F5 is #7C070A. Grayscale: #D4D4D4. Windows color (decimal): -8128267 or 16119939. OLE color: 16119939.

HSL color Cylindrical-coordinate representation of color #83F8F5: hue angle of 178.46º degrees, saturation: 0.89, 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 #83F8F5 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB131248245-
CMYK0.4700.010.03
HSL178.46º89.31%74.31%-
HSV(B)178.46º47.18%97.25%-
XYZ59.4178.5598.42-
YUV212.68146.2469.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.99%
GREEN value IS 248 (97.27% from 255) = 39.74%
BLUE value IS 245 (96.09% from 255) = 39.26%
R=20.99%
G=39.74%
B=39.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1312482450.4700.010.03178.4689.3174.31
Hex83F8F52F013b2594a
Octal20337036557013262131112
Binary10000011111110001111010110111101111011001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,248,245); }

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

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

 a { background-color: rgb(131,248,245); }

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

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

 span { border-color: rgb(131,248,245); }

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