#83F4F1

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

Shades of Electric Blue #83F4F1

Tints of Electric Blue #83F4F1

Color information

#83F4F1 (or 0x83F4F1) is unknown color: approx Electric Blue. HEX triplet: 83, F4 and F1. RGB value is (131,244,241). Sum of RGB (Red+Green+Blue) = 131+244+241=616 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.27% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 244 - color contains mainly: green. Hex color #83F4F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F4F1 is #7C0B0E. Grayscale: #D1D1D1. Windows color (decimal): -8129295 or 15856771. OLE color: 15856771.

HSL color Cylindrical-coordinate representation of color #83F4F1: hue angle of 178.41º 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 #83F4F1 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB131244241-
CMYK0.4600.010.04
HSL178.41º83.7%73.53%-
HSV(B)178.41º46.31%95.69%-
XYZ57.5975.8894.83-
YUV209.87145.5671.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.27%
GREEN value IS 244 (95.70% from 255) = 39.61%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=21.27%
G=39.61%
B=39.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1312442410.4600.010.04178.4183.773.53
Hex83F4F12E014b2544a
Octal20336436156014262124112
Binary100000111111010011110001101110011001011001010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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