#83FBF9

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

Shades of Electric Blue #83FBF9

Tints of Electric Blue #83FBF9

Color information

#83FBF9 (or 0x83FBF9) is unknown color: approx Electric Blue. HEX triplet: 83, FB and F9. RGB value is (131,251,249). Sum of RGB (Red+Green+Blue) = 131+251+249=631 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.76% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FBF9 is #7C0406. Grayscale: #D6D6D6. Windows color (decimal): -8127495 or 16382851. OLE color: 16382851.

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

Color convert

RGB131251249-
CMYK0.4800.010.02
HSL179º93.75%74.9%-
HSV(B)179º47.81%98.43%-
XYZ60.9680.66101.98-
YUV214.89147.2468.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.76%
GREEN value IS 251 (98.44% from 255) = 39.78%
BLUE value IS 249 (97.66% from 255) = 39.46%
R=20.76%
G=39.78%
B=39.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312512490.4800.010.0217993.7574.9
Hex83FBF930012b35e4b
Octal20337337160012263136113
Binary10000011111110111111100111000001101011001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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