#83FBF1

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

Shades of Electric Blue #83FBF1

Tints of Electric Blue #83FBF1

Color information

#83FBF1 (or 0x83FBF1) is unknown color: approx Electric Blue. HEX triplet: 83, FB and F1. RGB value is (131,251,241). Sum of RGB (Red+Green+Blue) = 131+251+241=623 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.03% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FBF1 is #7C040E. Grayscale: #D5D5D5. Windows color (decimal): -8127503 or 15858563. OLE color: 15858563.

HSL color Cylindrical-coordinate representation of color #83FBF1: hue angle of 175º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FBF1 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB131251241-
CMYK0.4800.040.02
HSL175º93.75%74.9%-
HSV(B)175º47.81%98.43%-
XYZ59.7380.1795.55-
YUV213.98143.2468.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.03%
GREEN value IS 251 (98.44% from 255) = 40.29%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=21.03%
G=40.29%
B=38.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312512410.4800.040.0217593.7574.9
Hex83FBF130042af5e4b
Octal20337336160042257136113
Binary1000001111111011111100011100000100101010111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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