#83F8F7

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

Shades of Electric Blue #83F8F7

Tints of Electric Blue #83F8F7

Color information

#83F8F7 (or 0x83F8F7) is unknown color: approx Electric Blue. HEX triplet: 83, F8 and F7. RGB value is (131,248,247). Sum of RGB (Red+Green+Blue) = 131+248+247=626 (82% of max value = 765). Red value is 131 (51.56% from 255 or 20.93% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F8F7 is #7C0708. Grayscale: #D4D4D4. Windows color (decimal): -8128265 or 16251011. OLE color: 16251011.

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

Color convert

RGB131248247-
CMYK0.4700.000.03
HSL179.49º89.31%74.31%-
HSV(B)179.49º47.18%97.25%-
XYZ59.7278.68100.03-
YUV212.9147.2469.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.93%
GREEN value IS 248 (97.27% from 255) = 39.62%
BLUE value IS 247 (96.88% from 255) = 39.46%
R=20.93%
G=39.62%
B=39.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1312482470.4700.000.03179.4989.3174.31
Hex83F8F72F003b3594a
Octal20337036757003263131112
Binary10000011111110001111011110111100111011001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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